#D2EED0

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

Shades of Blue Romance #D2EED0

Tints of Blue Romance #D2EED0

Color information

#D2EED0 (or 0xD2EED0) is unknown color: approx Blue Romance. HEX triplet: D2, EE and D0. RGB value is (210,238,208). Sum of RGB (Red+Green+Blue) = 210+238+208=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EED0 is #2D112F. Grayscale: #E2E2E2. Windows color (decimal): -2953520 or 13692626. OLE color: 13692626.

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

Color convert

RGB210238208-
CMYK0.1200.130.07
HSL116º46.88%87.45%-
HSV(B)116º12.61%93.33%-
XYZ68.5479.471.39-
YUV226.21117.72116.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 208 (81.64% from 255) = 31.71%
R=32.01%
G=36.28%
B=31.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102382080.1200.130.0711646.8887.45
HexD2EED0C0D7742f57
Octal32235632014015716457127
Binary11010010111011101101000011000110111111101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EED0; }

 p { color: rgb(210,238,208); }

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

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

 a { background-color: rgb(210,238,208); }

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

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

 span { border-color: rgb(210,238,208); }

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