Html Css Color HEX #D0DDD3 Granny Apple

📋 copy color: '#D0DDD3'

red 208 ◦ green 221 ◦ blue 211

#D0DDD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #D0DDD3

Tints of Granny Apple #D0DDD3

RGB

 RED value IS 208 (81.64% from 255) = 32.5%

 GREEN value IS 221 (86.72% from 255) = 34.53%

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 32.5%
G = 34.53%
B = 32.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#D0DDD3 (or 0xD0DDD3) is known color: Granny Apple. HEX triplet: D0, DD and D3. RGB value is (208,221,211). Sum of RGB (Red+Green+Blue) = 208+221+211=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDD3 is #2F222C. Grayscale: #D8D8D8. Windows color (decimal): -3088941 or 13884880. OLE color: 13884880.

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

Color convert

RGB 208 221 211 -
CMYK 0.06 0 0.05 0.13
HSL 133.85º 0.16% 0.84% -
HSV(B) 133.85º 0.06% 0.87% -
XYZ 63.63 69.83 71.75 -
YUV 215.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 208 221 211 0.06 0 0.05 0.13 133.85 0.16 0.84
Hex D0 DD D3 6 0 5 D 86 10 54
Octal 320 335 323 6 0 5 15 206 20 124
Binary 11010000 11011101 11010011 110 0 101 1101 10000110 10000 1010100

Color Harmonies of #D0DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDD3

Black with #D0DDD3

Text Example


Text Example

White with #D0DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDD3; }

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

 H1.HeaderClassName
 {
   color: #D0DDD3;
 }
 .AnyTagClassName
 {
   color: #D0DDD3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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