Html Css Color HEX #DFD9CA Albescent White

📋 copy color: '#DFD9CA'

red 223 ◦ green 217 ◦ blue 202

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

Shades of Albescent White #DFD9CA

Tints of Albescent White #DFD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.8%

 BLUE value IS 202 (79.3% from 255) = 31.46%

R = 34.74%
G = 33.8%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFD9CA (or 0xDFD9CA) is known color: Albescent White. HEX triplet: DF, D9 and CA. RGB value is (223,217,202). Sum of RGB (Red+Green+Blue) = 223+217+202=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CA is #202635. Grayscale: #D9D9D9. Windows color (decimal): -2106934 or 13294047. OLE color: 13294047.

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

Color convert

RGB 223 217 202 -
CMYK 0 0.03 0.09 0.13
HSL 42.86º 0.25% 0.83% -
HSV(B) 42.86º 0.09% 0.87% -
XYZ 65.9 69.58 65.83 -
YUV 217.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 223 217 202 0 0.03 0.09 0.13 42.86 0.25 0.83
Hex DF D9 CA 0 3 9 D 2B 19 53
Octal 337 331 312 0 3 11 15 53 31 123
Binary 11011111 11011001 11001010 0 11 1001 1101 101011 11001 1010011

Color Harmonies of #DFD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9CA

Black with #DFD9CA

Text Example


Text Example

White with #DFD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9CA; }

 p { color: rgb(223,217,202); }

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

background-color css

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

 a { background-color: rgb(223,217,202); }

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

border-color css

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

 span { border-color: rgb(223,217,202); }

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