#D6FECD

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

Shades of Blue Romance #D6FECD

Tints of Blue Romance #D6FECD

Color information

#D6FECD (or 0xD6FECD) is unknown color: approx Blue Romance. HEX triplet: D6, FE and CD. RGB value is (214,254,205). Sum of RGB (Red+Green+Blue) = 214+254+205=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FECD is #290132. Grayscale: #ECECEC. Windows color (decimal): -2687283 or 13500118. OLE color: 13500118.

HSL color Cylindrical-coordinate representation of color #D6FECD: hue angle of 108.98º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6FECD is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB214254205-
CMYK0.1600.190.00
HSL108.98º96.08%90%-
HSV(B)108.98º19.29%99.61%-
XYZ74.1989.5971.14-
YUV236.45110.25111.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=31.80%
G=37.74%
B=30.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142542050.1600.190.00108.9896.0890
HexD6FECD1001306d605a
Octal326376315200230155140132
Binary110101101111111011001101100000100110110110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FECD; }

 p { color: rgb(214,254,205); }

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

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

 a { background-color: rgb(214,254,205); }

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

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

 span { border-color: rgb(214,254,205); }

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