#D2EACD

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

Shades of Blue Romance #D2EACD

Tints of Blue Romance #D2EACD

Color information

#D2EACD (or 0xD2EACD) is unknown color: approx Blue Romance. HEX triplet: D2, EA and CD. RGB value is (210,234,205). Sum of RGB (Red+Green+Blue) = 210+234+205=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EACD is #2D1532. Grayscale: #DFDFDF. Windows color (decimal): -2954547 or 13494994. OLE color: 13494994.

HSL color Cylindrical-coordinate representation of color #D2EACD: hue angle of 109.66º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EACD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB210234205-
CMYK0.1000.120.08
HSL109.66º40.85%86.08%-
HSV(B)109.66º12.39%91.76%-
XYZ67.0276.9669.08-
YUV223.52117.55118.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=32.36%
G=36.06%
B=31.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102342050.1000.120.08109.6640.8586.08
HexD2EACDA0C86e2956
Octal322352315120141015651126
Binary110100101110101011001101101001100100011011101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EACD; }

 p { color: rgb(210,234,205); }

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

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

 a { background-color: rgb(210,234,205); }

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

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

 span { border-color: rgb(210,234,205); }

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