Html Css Color HEX #DDE0D9 Catskill White

📋 copy color: '#DDE0D9'

red 221 ◦ green 224 ◦ blue 217

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

Shades of Catskill White #DDE0D9

Tints of Catskill White #DDE0D9

RGB

 RED value IS 221 (86.72% from 255) = 33.38%

 GREEN value IS 224 (87.89% from 255) = 33.84%

 BLUE value IS 217 (85.16% from 255) = 32.78%

R = 33.38%
G = 33.84%
B = 32.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#DDE0D9 (or 0xDDE0D9) is known color: Catskill White. HEX triplet: DD, E0 and D9. RGB value is (221,224,217). Sum of RGB (Red+Green+Blue) = 221+224+217=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0D9 is #221F26. Grayscale: #DEDEDE. Windows color (decimal): -2236199 or 14278877. OLE color: 14278877.

HSL color Cylindrical-coordinate representation of color #DDE0D9: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE0D9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 217 -
CMYK 0.01 0 0.03 0.12
HSL 85.71º 0.1% 0.86% -
HSV(B) 85.71º 0.03% 0.88% -
XYZ 69 73.69 76.23 -
YUV 222.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 221 224 217 0.01 0 0.03 0.12 85.71 0.1 0.86
Hex DD E0 D9 1 0 3 C 56 A 56
Octal 335 340 331 1 0 3 14 126 12 126
Binary 11011101 11100000 11011001 1 0 11 1100 1010110 1010 1010110

Color Harmonies of #DDE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0D9

Black with #DDE0D9

Text Example


Text Example

White with #DDE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0D9; }

 p { color: rgb(221,224,217); }

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

background-color css

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

 a { background-color: rgb(221,224,217); }

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

border-color css

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

 span { border-color: rgb(221,224,217); }

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