Html Css Color HEX #D0F5CD Blue Romance

📋 copy color: '#D0F5CD'

red 208 ◦ green 245 ◦ blue 205

#D0F5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #D0F5CD

Tints of Blue Romance #D0F5CD

RGB

 RED value IS 208 (81.64% from 255) = 31.61%

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 205 (80.47% from 255) = 31.16%

R = 31.61%
G = 37.23%
B = 31.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0F5CD (or 0xD0F5CD) is known color: Blue Romance. HEX triplet: D0, F5 and CD. RGB value is (208,245,205). Sum of RGB (Red+Green+Blue) = 208+245+205=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F5CD is #2F0A32. Grayscale: #E5E5E5. Windows color (decimal): -3082803 or 13497808. OLE color: 13497808.

HSL color Cylindrical-coordinate representation of color #D0F5CD: hue angle of 115.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F5CD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 245 205 -
CMYK 0.15 0 0.16 0.04
HSL 115.5º 0.67% 0.88% -
HSV(B) 115.5º 0.16% 0.96% -
XYZ 69.68 83.12 70.13 -
YUV 229.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 208 245 205 0.15 0 0.16 0.04 115.5 0.67 0.88
Hex D0 F5 CD F 0 10 4 74 43 58
Octal 320 365 315 17 0 20 4 164 103 130
Binary 11010000 11110101 11001101 1111 0 10000 100 1110100 1000011 1011000

Color Harmonies of #D0F5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F5CD

Black with #D0F5CD

Text Example


Text Example

White with #D0F5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F5CD; }

 p { color: rgb(208,245,205); }

 H1.HeaderClassName
 {
   color: #D0F5CD;
 }
 .AnyTagClassName
 {
   color: #D0F5CD;
 }
</style>

background-color css

<style>
 a { background-color: #D0F5CD; }

 a { background-color: rgb(208,245,205); }

 div.DivClassName
 {
   background-color: #D0F5CD;
 }
 .BgClassName
 {
   background-color: #D0F5CD;
 }
</style>

border-color css

<style>
 span { border-color: #D0F5CD; }

 span { border-color: rgb(208,245,205); }

 td.TdClassName
 {
   border-color: #D0F5CD;
 }
 .TagClassName
 {
   border-color: #D0F5CD;
 }
</style>