#D0F3CB

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

Shades of Blue Romance #D0F3CB

Tints of Blue Romance #D0F3CB

Color information

#D0F3CB (or 0xD0F3CB) is unknown color: approx Blue Romance. HEX triplet: D0, F3 and CB. RGB value is (208,243,203). Sum of RGB (Red+Green+Blue) = 208+243+203=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3CB is #2F0C34. Grayscale: #E4E4E4. Windows color (decimal): -3083317 or 13366224. OLE color: 13366224.

HSL color Cylindrical-coordinate representation of color #D0F3CB: hue angle of 112.5º degrees, saturation: 0.62, 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 #D0F3CB is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB208243203-
CMYK0.1400.160.05
HSL112.5º62.5%87.45%-
HSV(B)112.5º16.46%95.29%-
XYZ68.8481.8268.66-
YUV227.98113.9113.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=31.80%
G=37.16%
B=31.04%

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
Decimal2082432030.1400.160.05112.562.587.45
HexD0F3CBE0105703e57
Octal32036331316020516076127
Binary110100001111001111001011111001000010111100001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F3CB; }

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

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

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

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

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

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

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

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