#D0EBD5

Color #D0EBD5 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #D0EBD5

Tints of Granny Apple #D0EBD5

Color information

#D0EBD5 (or 0xD0EBD5) is unknown color: approx Granny Apple. HEX triplet: D0, EB and D5. RGB value is (208,235,213). Sum of RGB (Red+Green+Blue) = 208+235+213=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBD5 is #2F142A. Grayscale: #E0E0E0. Windows color (decimal): -3085355 or 14019536. OLE color: 14019536.

HSL color Cylindrical-coordinate representation of color #D0EBD5: hue angle of 131.11º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBD5 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB208235213-
CMYK0.1100.090.08
HSL131.11º40.3%86.86%-
HSV(B)131.11º11.49%92.16%-
XYZ67.7377.6374.37-
YUV224.42121.55116.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.71%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=31.71%
G=35.82%
B=32.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352130.1100.090.08131.1140.386.86
HexD0EBD5B098832857
Octal320353325130111020350127
Binary1101000011101011110101011011010011000100000111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBD5; }

 p { color: rgb(208,235,213); }

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

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

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

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

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

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

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