#D0EECD

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

Shades of Blue Romance #D0EECD

Tints of Blue Romance #D0EECD

Color information

#D0EECD (or 0xD0EECD) is unknown color: approx Blue Romance. HEX triplet: D0, EE and CD. RGB value is (208,238,205). Sum of RGB (Red+Green+Blue) = 208+238+205=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EECD is #2F1132. Grayscale: #E1E1E1. Windows color (decimal): -3084595 or 13496016. OLE color: 13496016.

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

Color convert

RGB208238205-
CMYK0.1300.140.07
HSL114.55º49.25%86.86%-
HSV(B)114.55º13.87%93.33%-
XYZ67.6178.9769.44-
YUV225.27116.56115.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=31.95%
G=36.56%
B=31.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382050.1300.140.07114.5549.2586.86
HexD0EECDD0E7733157
Octal32035631515016716361127
Binary11010000111011101100110111010111011111100111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EECD; }

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

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

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

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

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

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

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

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