#D0F1CD

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

Shades of Blue Romance #D0F1CD

Tints of Blue Romance #D0F1CD

Color information

#D0F1CD (or 0xD0F1CD) is unknown color: approx Blue Romance. HEX triplet: D0, F1 and CD. RGB value is (208,241,205). Sum of RGB (Red+Green+Blue) = 208+241+205=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1CD is #2F0E32. Grayscale: #E3E3E3. Windows color (decimal): -3083827 or 13496784. OLE color: 13496784.

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

Color convert

RGB208241205-
CMYK0.1400.150.05
HSL115º56.25%87.45%-
HSV(B)115º14.94%94.51%-
XYZ68.4980.7369.73-
YUV227.03115.57114.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=31.80%
G=36.85%
B=31.35%

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
Decimal2082412050.1400.150.0511556.2587.45
HexD0F1CDE0F5733857
Octal32036131516017516370127
Binary11010000111100011100110111100111110111100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1CD; }

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

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

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

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

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

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

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

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