Html Css Color HEX #DDE2DA Catskill White

📋 copy color: '#DDE2DA'

red 221 ◦ green 226 ◦ blue 218

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

Shades of Catskill White #DDE2DA

Tints of Catskill White #DDE2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.98%

 BLUE value IS 218 (85.55% from 255) = 32.78%

R = 33.23%
G = 33.98%
B = 32.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#DDE2DA (or 0xDDE2DA) is known color: Catskill White. HEX triplet: DD, E2 and DA. RGB value is (221,226,218). Sum of RGB (Red+Green+Blue) = 221+226+218=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2DA is #221D25. Grayscale: #DFDFDF. Windows color (decimal): -2235686 or 14344925. OLE color: 14344925.

HSL color Cylindrical-coordinate representation of color #DDE2DA: hue angle of 97.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE2DA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 218 -
CMYK 0.02 0 0.04 0.11
HSL 97.5º 0.12% 0.87% -
HSV(B) 97.5º 0.04% 0.89% -
XYZ 69.67 74.83 77.1 -
YUV 223.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 221 226 218 0.02 0 0.04 0.11 97.5 0.12 0.87
Hex DD E2 DA 2 0 4 B 62 C 57
Octal 335 342 332 2 0 4 13 142 14 127
Binary 11011101 11100010 11011010 10 0 100 1011 1100010 1100 1010111

Color Harmonies of #DDE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2DA

Black with #DDE2DA

Text Example


Text Example

White with #DDE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2DA; }

 p { color: rgb(221,226,218); }

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

background-color css

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

 a { background-color: rgb(221,226,218); }

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

border-color css

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

 span { border-color: rgb(221,226,218); }

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