Html Css Color HEX #DFE3DB Catskill White

📋 copy color: '#DFE3DB'

red 223 ◦ green 227 ◦ blue 219

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

Shades of Catskill White #DFE3DB

Tints of Catskill White #DFE3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.93%

 BLUE value IS 219 (85.94% from 255) = 32.74%

R = 33.33%
G = 33.93%
B = 32.74%

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

#DFE3DB (or 0xDFE3DB) is known color: Catskill White. HEX triplet: DF, E3 and DB. RGB value is (223,227,219). Sum of RGB (Red+Green+Blue) = 223+227+219=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3DB is #201C24. Grayscale: #E0E0E0. Windows color (decimal): -2104357 or 14410719. OLE color: 14410719.

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

Color convert

RGB 223 227 219 -
CMYK 0.02 0 0.04 0.11
HSL 90º 0.13% 0.87% -
HSV(B) 90º 0.04% 0.89% -
XYZ 70.69 75.74 77.91 -
YUV 224.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 223 227 219 0.02 0 0.04 0.11 90 0.13 0.87
Hex DF E3 DB 2 0 4 B 5A C 57
Octal 337 343 333 2 0 4 13 132 14 127
Binary 11011111 11100011 11011011 10 0 100 1011 1011010 1100 1010111

Color Harmonies of #DFE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE3DB

Black with #DFE3DB

Text Example


Text Example

White with #DFE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE3DB; }

 p { color: rgb(223,227,219); }

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

background-color css

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

 a { background-color: rgb(223,227,219); }

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

border-color css

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

 span { border-color: rgb(223,227,219); }

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