#D0F1CB

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

Shades of Blue Romance #D0F1CB

Tints of Blue Romance #D0F1CB

Color information

#D0F1CB (or 0xD0F1CB) is unknown color: approx Blue Romance. HEX triplet: D0, F1 and CB. RGB value is (208,241,203). Sum of RGB (Red+Green+Blue) = 208+241+203=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1CB is #2F0E34. Grayscale: #E2E2E2. Windows color (decimal): -3083829 or 13365712. OLE color: 13365712.

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

Color convert

RGB208241203-
CMYK0.1400.160.05
HSL112.11º57.58%87.06%-
HSV(B)112.11º15.77%94.51%-
XYZ68.2580.6368.47-
YUV226.8114.57114.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.90%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=31.90%
G=36.96%
B=31.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082412030.1400.160.05112.1157.5887.06
HexD0F1CBE0105703a57
Octal32036131316020516072127
Binary110100001111000111001011111001000010111100001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1CB; }

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

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

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

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

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

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

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

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