#D0EED0

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

Shades of Blue Romance #D0EED0

Tints of Blue Romance #D0EED0

Color information

#D0EED0 (or 0xD0EED0) is unknown color: approx Blue Romance. HEX triplet: D0, EE and D0. RGB value is (208,238,208). Sum of RGB (Red+Green+Blue) = 208+238+208=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EED0 is #2F112F. Grayscale: #E1E1E1. Windows color (decimal): -3084592 or 13692624. OLE color: 13692624.

HSL color Cylindrical-coordinate representation of color #D0EED0: hue angle of 120º 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 #D0EED0 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB208238208-
CMYK0.1300.130.07
HSL120º46.88%87.45%-
HSV(B)120º12.61%93.33%-
XYZ67.9779.1171.36-
YUV225.61118.06115.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=31.80%
G=36.39%
B=31.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382080.1300.130.0712046.8887.45
HexD0EED0D0D7782f57
Octal32035632015015717057127
Binary11010000111011101101000011010110111111110001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EED0; }

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

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

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

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

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

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

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

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