#D0EFD5

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

Shades of Granny Apple #D0EFD5

Tints of Granny Apple #D0EFD5

Color information

#D0EFD5 (or 0xD0EFD5) is unknown color: approx Granny Apple. HEX triplet: D0, EF and D5. RGB value is (208,239,213). Sum of RGB (Red+Green+Blue) = 208+239+213=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFD5 is #2F102A. Grayscale: #E2E2E2. Windows color (decimal): -3084331 or 14020560. OLE color: 14020560.

HSL color Cylindrical-coordinate representation of color #D0EFD5: hue angle of 129.68º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFD5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB208239213-
CMYK0.1300.110.06
HSL129.68º49.21%87.65%-
HSV(B)129.68º12.97%93.73%-
XYZ68.8979.9574.75-
YUV226.77120.23114.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.52%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=31.52%
G=36.21%
B=32.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392130.1300.110.06129.6849.2187.65
HexD0EFD5D0B6823158
Octal32035732515013620261130
Binary110100001110111111010101110101011110100000101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFD5; }

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

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

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

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

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

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

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

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