#D0FBCE

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

Shades of Blue Romance #D0FBCE

Tints of Blue Romance #D0FBCE

Color information

#D0FBCE (or 0xD0FBCE) is unknown color: approx Blue Romance. HEX triplet: D0, FB and CE. RGB value is (208,251,206). Sum of RGB (Red+Green+Blue) = 208+251+206=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBCE is #2F0431. Grayscale: #E9E9E9. Windows color (decimal): -3081266 or 13564880. OLE color: 13564880.

HSL color Cylindrical-coordinate representation of color #D0FBCE: hue angle of 117.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FBCE is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB208251206-
CMYK0.1700.180.02
HSL117.33º84.91%89.61%-
HSV(B)117.33º17.93%98.43%-
XYZ71.6586.8671.38-
YUV233.01112.75110.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=31.28%
G=37.74%
B=30.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082512060.1700.180.02117.3384.9189.61
HexD0FBCE11012275555a
Octal320373316210222165125132
Binary1101000011111011110011101000101001010111010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBCE; }

 p { color: rgb(208,251,206); }

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

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

 a { background-color: rgb(208,251,206); }

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

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

 span { border-color: rgb(208,251,206); }

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