#D2FECB

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

Shades of Blue Romance #D2FECB

Tints of Blue Romance #D2FECB

Color information

#D2FECB (or 0xD2FECB) is unknown color: approx Blue Romance. HEX triplet: D2, FE and CB. RGB value is (210,254,203). Sum of RGB (Red+Green+Blue) = 210+254+203=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FECB is #2D0134. Grayscale: #EBEBEB. Windows color (decimal): -2949429 or 13369042. OLE color: 13369042.

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

Color convert

RGB210254203-
CMYK0.1700.200.00
HSL111.76º96.23%89.61%-
HSV(B)111.76º20.08%99.61%-
XYZ72.888.969.82-
YUV235.03109.92110.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=31.48%
G=38.08%
B=30.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542030.1700.200.00111.7696.2389.61
HexD2FECB11014070605a
Octal322376313210240160140132
Binary110100101111111011001011100010101000111000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FECB; }

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

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

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

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

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

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

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

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