Html Css Color HEX #DDDEDC Catskill White

📋 copy color: '#DDDEDC'

red 221 ◦ green 222 ◦ blue 220

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

Shades of Catskill White #DDDEDC

Tints of Catskill White #DDDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.48%

 BLUE value IS 220 (86.33% from 255) = 33.18%

R = 33.33%
G = 33.48%
B = 33.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDDEDC (or 0xDDDEDC) is known color: Catskill White. HEX triplet: DD, DE and DC. RGB value is (221,222,220). Sum of RGB (Red+Green+Blue) = 221+222+220=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEDC is #222123. Grayscale: #DDDDDD. Windows color (decimal): -2236708 or 14474973. OLE color: 14474973.

HSL color Cylindrical-coordinate representation of color #DDDEDC: hue angle of 90º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDEDC is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 220 -
CMYK 0.00 0 0.01 0.13
HSL 90º 0.03% 0.87% -
HSV(B) 90º 0.01% 0.87% -
XYZ 68.86 72.78 78.13 -
YUV 221.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 221 222 220 0.00 0 0.01 0.13 90 0.03 0.87
Hex DD DE DC 0 0 1 D 5A 3 57
Octal 335 336 334 0 0 1 15 132 3 127
Binary 11011101 11011110 11011100 0 0 1 1101 1011010 11 1010111

Color Harmonies of #DDDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEDC

Black with #DDDEDC

Text Example


Text Example

White with #DDDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEDC; }

 p { color: rgb(221,222,220); }

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

background-color css

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

 a { background-color: rgb(221,222,220); }

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

border-color css

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

 span { border-color: rgb(221,222,220); }

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