#D0DFD3

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

Shades of Granny Apple #D0DFD3

Tints of Granny Apple #D0DFD3

Color information

#D0DFD3 (or 0xD0DFD3) is unknown color: approx Granny Apple. HEX triplet: D0, DF and D3. RGB value is (208,223,211). Sum of RGB (Red+Green+Blue) = 208+223+211=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFD3 is #2F202C. Grayscale: #D9D9D9. Windows color (decimal): -3088429 or 13885392. OLE color: 13885392.

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

Color convert

RGB208223211-
CMYK0.0700.050.13
HSL132º18.99%84.51%-
HSV(B)132º6.73%87.45%-
XYZ64.1670.8971.93-
YUV217.15124.53121.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.40%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=32.40%
G=34.74%
B=32.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082232110.0700.050.1313218.9984.51
HexD0DFD3705D841355
Octal3203373237051520423125
Binary1101000011011111110100111110101110110000100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFD3; }

 p { color: rgb(208,223,211); }

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

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

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

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

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

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

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