#D0E6CD

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

Shades of Blue Romance #D0E6CD

Tints of Blue Romance #D0E6CD

Color information

#D0E6CD (or 0xD0E6CD) is unknown color: approx Blue Romance. HEX triplet: D0, E6 and CD. RGB value is (208,230,205). Sum of RGB (Red+Green+Blue) = 208+230+205=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6CD is #2F1932. Grayscale: #DCDCDC. Windows color (decimal): -3086643 or 13493968. OLE color: 13493968.

HSL color Cylindrical-coordinate representation of color #D0E6CD: hue angle of 112.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E6CD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB208230205-
CMYK0.1000.110.10
HSL112.8º33.33%85.29%-
HSV(B)112.8º10.87%90.2%-
XYZ65.3374.4168.68-
YUV220.57119.21119.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 230 (90.23% from 255) = 35.77%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=32.35%
G=35.77%
B=31.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082302050.1000.110.10112.833.3385.29
HexD0E6CDA0BA712155
Octal320346315120131216141125
Binary110100001110011011001101101001011101011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E6CD; }

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

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

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

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

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

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

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

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