#D2FFCD

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

Shades of Blue Romance #D2FFCD

Tints of Blue Romance #D2FFCD

Color information

#D2FFCD (or 0xD2FFCD) is unknown color: approx Blue Romance. HEX triplet: D2, FF and CD. RGB value is (210,255,205). Sum of RGB (Red+Green+Blue) = 210+255+205=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFCD is #2D0032. Grayscale: #ECECEC. Windows color (decimal): -2949171 or 13500370. OLE color: 13500370.

HSL color Cylindrical-coordinate representation of color #D2FFCD: hue angle of 114º 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 #D2FFCD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB210255205-
CMYK0.1800.200
HSL114º100%90.2%-
HSV(B)114º19.61%100%-
XYZ73.3689.6371.19-
YUV235.84110.59109.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=31.34%
G=38.06%
B=30.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552050.1800.20011410090.2
HexD2FFCD12014072645a
Octal322377315220240162144132
Binary110100101111111111001101100100101000111001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFCD; }

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

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

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

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

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

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

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

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