#D2FCCB

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

Shades of Blue Romance #D2FCCB

Tints of Blue Romance #D2FCCB

Color information

#D2FCCB (or 0xD2FCCB) is unknown color: approx Blue Romance. HEX triplet: D2, FC and CB. RGB value is (210,252,203). Sum of RGB (Red+Green+Blue) = 210+252+203=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCCB is #2D0334. Grayscale: #EAEAEA. Windows color (decimal): -2949941 or 13368530. OLE color: 13368530.

HSL color Cylindrical-coordinate representation of color #D2FCCB: hue angle of 111.43º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2FCCB is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB210252203-
CMYK0.1700.190.01
HSL111.43º89.09%89.22%-
HSV(B)111.43º19.44%98.82%-
XYZ72.1787.6369.61-
YUV233.86110.59110.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.58%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=31.58%
G=37.89%
B=30.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102522030.1700.190.01111.4389.0989.22
HexD2FCCB1101316f5959
Octal322374313210231157131131
Binary110100101111110011001011100010100111110111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCCB; }

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

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

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

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

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

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

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

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