#D8ECD4

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

Shades of Blue Romance #D8ECD4

Tints of Blue Romance #D8ECD4

Color information

#D8ECD4 (or 0xD8ECD4) is unknown color: approx Blue Romance. HEX triplet: D8, EC and D4. RGB value is (216,236,212). Sum of RGB (Red+Green+Blue) = 216+236+212=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8ECD4 is #27132B. Grayscale: #E3E3E3. Windows color (decimal): -2560812 or 13954264. OLE color: 13954264.

HSL color Cylindrical-coordinate representation of color #D8ECD4: hue angle of 110º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8ECD4 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB216236212-
CMYK0.0800.100.07
HSL110º38.71%87.84%-
HSV(B)110º10.17%92.55%-
XYZ70.279.3473.9-
YUV227.28119.37119.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.53%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 212 (83.20% from 255) = 31.93%
R=32.53%
G=35.54%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162362120.0800.100.0711038.7187.84
HexD8ECD480A76e2758
Octal33035432410012715647130
Binary11011000111011001101010010000101011111011101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECD4; }

 p { color: rgb(216,236,212); }

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

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

 a { background-color: rgb(216,236,212); }

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

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

 span { border-color: rgb(216,236,212); }

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