#D2FCD0

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

Shades of Blue Romance #D2FCD0

Tints of Blue Romance #D2FCD0

Color information

#D2FCD0 (or 0xD2FCD0) is unknown color: approx Blue Romance. HEX triplet: D2, FC and D0. RGB value is (210,252,208). Sum of RGB (Red+Green+Blue) = 210+252+208=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCD0 is #2D032F. Grayscale: #EAEAEA. Windows color (decimal): -2949936 or 13696210. OLE color: 13696210.

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

Color convert

RGB210252208-
CMYK0.1700.170.01
HSL117.27º88%90.2%-
HSV(B)117.27º17.46%98.82%-
XYZ72.7787.8872.8-
YUV234.43113.09110.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 208 (81.64% from 255) = 31.04%
R=31.34%
G=37.61%
B=31.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102522080.1700.170.01117.278890.2
HexD2FCD011011175585a
Octal322374320210211165130132
Binary110100101111110011010000100010100011111010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCD0; }

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

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

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

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

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

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

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

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