#D6FDCE

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

Shades of Blue Romance #D6FDCE

Tints of Blue Romance #D6FDCE

Color information

#D6FDCE (or 0xD6FDCE) is unknown color: approx Blue Romance. HEX triplet: D6, FD and CE. RGB value is (214,253,206). Sum of RGB (Red+Green+Blue) = 214+253+206=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDCE is #290231. Grayscale: #ECECEC. Windows color (decimal): -2687538 or 13565398. OLE color: 13565398.

HSL color Cylindrical-coordinate representation of color #D6FDCE: hue angle of 109.79º degrees, saturation: 0.92, 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 #D6FDCE is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB214253206-
CMYK0.1500.190.01
HSL109.79º92.16%90%-
HSV(B)109.79º18.58%99.22%-
XYZ748971.67-
YUV235.98111.08112.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=31.80%
G=37.59%
B=30.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142532060.1500.190.01109.7992.1690
HexD6FDCEF01316e5c5a
Octal326375316170231156134132
Binary11010110111111011100111011110100111110111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FDCE; }

 p { color: rgb(214,253,206); }

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

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

 a { background-color: rgb(214,253,206); }

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

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

 span { border-color: rgb(214,253,206); }

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