#D2FFCB

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

Shades of Blue Romance #D2FFCB

Tints of Blue Romance #D2FFCB

Color information

#D2FFCB (or 0xD2FFCB) is unknown color: approx Blue Romance. HEX triplet: D2, FF and CB. RGB value is (210,255,203). Sum of RGB (Red+Green+Blue) = 210+255+203=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFCB is #2D0034. Grayscale: #EBEBEB. Windows color (decimal): -2949173 or 13369298. OLE color: 13369298.

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

Color convert

RGB210255203-
CMYK0.1800.200
HSL111.92º100%89.8%-
HSV(B)111.92º20.39%100%-
XYZ73.1289.5369.93-
YUV235.62109.59109.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.44%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=31.44%
G=38.17%
B=30.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552030.1800.200111.9210089.8
HexD2FFCB12014070645a
Octal322377313220240160144132
Binary110100101111111111001011100100101000111000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFCB; }

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

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

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

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

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

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

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

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