#D2FCCD

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

Shades of Blue Romance #D2FCCD

Tints of Blue Romance #D2FCCD

Color information

#D2FCCD (or 0xD2FCCD) is unknown color: approx Blue Romance. HEX triplet: D2, FC and CD. RGB value is (210,252,205). Sum of RGB (Red+Green+Blue) = 210+252+205=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCCD is #2D0332. Grayscale: #EAEAEA. Windows color (decimal): -2949939 or 13499602. OLE color: 13499602.

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

Color convert

RGB210252205-
CMYK0.1700.190.01
HSL113.62º88.68%89.61%-
HSV(B)113.62º18.65%98.82%-
XYZ72.4187.7370.87-
YUV234.08111.59110.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=31.48%
G=37.78%
B=30.73%

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
Decimal2102522050.1700.190.01113.6288.6889.61
HexD2FCCD11013172595a
Octal322374315210231162131132
Binary110100101111110011001101100010100111111001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCCD; }

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

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

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

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

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

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

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

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