#D2FBCE

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

Shades of Blue Romance #D2FBCE

Tints of Blue Romance #D2FBCE

Color information

#D2FBCE (or 0xD2FBCE) is unknown color: approx Blue Romance. HEX triplet: D2, FB and CE. RGB value is (210,251,206). Sum of RGB (Red+Green+Blue) = 210+251+206=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBCE is #2D0431. Grayscale: #E9E9E9. Windows color (decimal): -2950194 or 13564882. OLE color: 13564882.

HSL color Cylindrical-coordinate representation of color #D2FBCE: hue angle of 114.67º 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 #D2FBCE is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB210251206-
CMYK0.1600.180.02
HSL114.67º84.91%89.61%-
HSV(B)114.67º17.93%98.43%-
XYZ72.2287.1571.41-
YUV233.61112.42111.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=31.48%
G=37.63%
B=30.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102512060.1600.180.02114.6784.9189.61
HexD2FBCE10012273555a
Octal322373316200222163125132
Binary1101001011111011110011101000001001010111001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBCE; }

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

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

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

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

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

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

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

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