#D0DBD2

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

Shades of Granny Apple #D0DBD2

Tints of Granny Apple #D0DBD2

Color information

#D0DBD2 (or 0xD0DBD2) is unknown color: approx Granny Apple. HEX triplet: D0, DB and D2. RGB value is (208,219,210). Sum of RGB (Red+Green+Blue) = 208+219+210=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBD2 is #2F242D. Grayscale: #D6D6D6. Windows color (decimal): -3089454 or 13818832. OLE color: 13818832.

HSL color Cylindrical-coordinate representation of color #D0DBD2: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DBD2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB208219210-
CMYK0.0500.040.14
HSL130.91º13.25%83.73%-
HSV(B)130.91º5.02%85.88%-
XYZ62.9868.7370.92-
YUV214.68125.36123.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=32.65%
G=34.38%
B=32.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082192100.0500.040.14130.9113.2583.73
HexD0DBD2504E83d54
Octal3203333225041620315124
Binary110100001101101111010010101010011101000001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBD2; }

 p { color: rgb(208,219,210); }

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

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

 a { background-color: rgb(208,219,210); }

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

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

 span { border-color: rgb(208,219,210); }

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