#D6ECD1

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

Shades of Blue Romance #D6ECD1

Tints of Blue Romance #D6ECD1

Color information

#D6ECD1 (or 0xD6ECD1) is unknown color: approx Blue Romance. HEX triplet: D6, EC and D1. RGB value is (214,236,209). Sum of RGB (Red+Green+Blue) = 214+236+209=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD1 is #29132E. Grayscale: #E2E2E2. Windows color (decimal): -2691887 or 13757654. OLE color: 13757654.

HSL color Cylindrical-coordinate representation of color #D6ECD1: hue angle of 108.89º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6ECD1 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB214236209-
CMYK0.0900.110.07
HSL108.89º41.54%87.25%-
HSV(B)108.89º11.44%92.55%-
XYZ69.2478.8971.9-
YUV226.34118.21119.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.47%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 209 (82.03% from 255) = 31.71%
R=32.47%
G=35.81%
B=31.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362090.0900.110.07108.8941.5487.25
HexD6ECD190B76d2a57
Octal32635432111013715552127
Binary11010110111011001101000110010101111111011011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECD1; }

 p { color: rgb(214,236,209); }

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

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

 a { background-color: rgb(214,236,209); }

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

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

 span { border-color: rgb(214,236,209); }

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