Html Css Color HEX #DFE2DA Catskill White

📋 copy color: '#DFE2DA'

red 223 ◦ green 226 ◦ blue 218

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

Shades of Catskill White #DFE2DA

Tints of Catskill White #DFE2DA

RGB

 RED value IS 223 (87.5% from 255) = 33.43%

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

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

R = 33.43%
G = 33.88%
B = 32.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#DFE2DA (or 0xDFE2DA) is known color: Catskill White. HEX triplet: DF, E2 and DA. RGB value is (223,226,218). Sum of RGB (Red+Green+Blue) = 223+226+218=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2DA is #201D25. Grayscale: #E0E0E0. Windows color (decimal): -2104614 or 14344927. OLE color: 14344927.

HSL color Cylindrical-coordinate representation of color #DFE2DA: hue angle of 82.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 #DFE2DA is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 226 218 -
CMYK 0.01 0 0.04 0.11
HSL 82.5º 0.12% 0.87% -
HSV(B) 82.5º 0.04% 0.89% -
XYZ 70.28 75.14 77.13 -
YUV 224.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 223 226 218 0.01 0 0.04 0.11 82.5 0.12 0.87
Hex DF E2 DA 1 0 4 B 52 C 57
Octal 337 342 332 1 0 4 13 122 14 127
Binary 11011111 11100010 11011010 1 0 100 1011 1010010 1100 1010111

Color Harmonies of #DFE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE2DA

Black with #DFE2DA

Text Example


Text Example

White with #DFE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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