#D2FFCE

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

Shades of Blue Romance #D2FFCE

Tints of Blue Romance #D2FFCE

Color information

#D2FFCE (or 0xD2FFCE) is unknown color: approx Blue Romance. HEX triplet: D2, FF and CE. RGB value is (210,255,206). Sum of RGB (Red+Green+Blue) = 210+255+206=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFCE is #2D0031. Grayscale: #ECECEC. Windows color (decimal): -2949170 or 13565906. OLE color: 13565906.

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

Color convert

RGB210255206-
CMYK0.1800.190
HSL115.1º100%90.39%-
HSV(B)115.1º19.22%100%-
XYZ73.4889.6871.83-
YUV235.96111.09109.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.30%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=31.30%
G=38.00%
B=30.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552060.1800.190115.110090.39
HexD2FFCE12013073645a
Octal322377316220230163144132
Binary110100101111111111001110100100100110111001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFCE; }

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

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

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

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

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

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

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

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