#D0F2CD

Color #D0F2CD Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D0F2CD

Tints of Blue Romance #D0F2CD

Color information

#D0F2CD (or 0xD0F2CD) is unknown color: approx Blue Romance. HEX triplet: D0, F2 and CD. RGB value is (208,242,205). Sum of RGB (Red+Green+Blue) = 208+242+205=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2CD is #2F0D32. Grayscale: #E3E3E3. Windows color (decimal): -3083571 or 13497040. OLE color: 13497040.

HSL color Cylindrical-coordinate representation of color #D0F2CD: hue angle of 115.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F2CD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB208242205-
CMYK0.1400.150.05
HSL115.14º58.73%87.65%-
HSV(B)115.14º15.29%94.9%-
XYZ68.7881.3269.83-
YUV227.62115.24114.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.76%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=31.76%
G=36.95%
B=31.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082422050.1400.150.05115.1458.7387.65
HexD0F2CDE0F5733b58
Octal32036231516017516373130
Binary11010000111100101100110111100111110111100111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2CD; }

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

 H1.HeaderClassName
 {
   color: #D0F2CD;
 }
 .AnyTagClassName
 {
   color: #D0F2CD;
 }
</style>
background-color css

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

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

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

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

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

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