#D0F7CB

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

Shades of Blue Romance #D0F7CB

Tints of Blue Romance #D0F7CB

Color information

#D0F7CB (or 0xD0F7CB) is unknown color: approx Blue Romance. HEX triplet: D0, F7 and CB. RGB value is (208,247,203). Sum of RGB (Red+Green+Blue) = 208+247+203=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7CB is #2F0834. Grayscale: #E6E6E6. Windows color (decimal): -3082293 or 13367248. OLE color: 13367248.

HSL color Cylindrical-coordinate representation of color #D0F7CB: hue angle of 113.18º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F7CB is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB208247203-
CMYK0.1600.180.03
HSL113.18º73.33%88.24%-
HSV(B)113.18º17.81%96.86%-
XYZ70.0584.2469.07-
YUV230.32112.58112.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.61%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=31.61%
G=37.54%
B=30.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472030.1600.180.03113.1873.3388.24
HexD0F7CB100123714958
Octal320367313200223161111130
Binary1101000011110111110010111000001001011111000110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7CB; }

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

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

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

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

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

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

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

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