#D6FCD2

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

Shades of Blue Romance #D6FCD2

Tints of Blue Romance #D6FCD2

Color information

#D6FCD2 (or 0xD6FCD2) is unknown color: approx Blue Romance. HEX triplet: D6, FC and D2. RGB value is (214,252,210). Sum of RGB (Red+Green+Blue) = 214+252+210=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 210 (82.42% from 255 or 31.07% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCD2 is #29032D. Grayscale: #EBEBEB. Windows color (decimal): -2687790 or 13827286. OLE color: 13827286.

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

Color convert

RGB214252210-
CMYK0.1500.170.01
HSL114.29º87.5%90.59%-
HSV(B)114.29º16.67%98.82%-
XYZ74.1788.5774.16-
YUV235.85113.41112.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.66%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 210 (82.42% from 255) = 31.07%
R=31.66%
G=37.28%
B=31.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142522100.1500.170.01114.2987.590.59
HexD6FCD2F011172585b
Octal326374322170211162130133
Binary11010110111111001101001011110100011111001010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCD2; }

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

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

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

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

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

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

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

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