Html Css Color HEX #DFD9CD Albescent White

📋 copy color: '#DFD9CD'

red 223 ◦ green 217 ◦ blue 205

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

Shades of Albescent White #DFD9CD

Tints of Albescent White #DFD9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.78%

R = 34.57%
G = 33.64%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFD9CD (or 0xDFD9CD) is known color: Albescent White. HEX triplet: DF, D9 and CD. RGB value is (223,217,205). Sum of RGB (Red+Green+Blue) = 223+217+205=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CD is #202632. Grayscale: #D9D9D9. Windows color (decimal): -2106931 or 13490655. OLE color: 13490655.

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

Color convert

RGB 223 217 205 -
CMYK 0 0.03 0.08 0.13
HSL 40º 0.22% 0.84% -
HSV(B) 40º 0.08% 0.87% -
XYZ 66.26 69.72 67.72 -
YUV 217.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 223 217 205 0 0.03 0.08 0.13 40 0.22 0.84
Hex DF D9 CD 0 3 8 D 28 16 54
Octal 337 331 315 0 3 10 15 50 26 124
Binary 11011111 11011001 11001101 0 11 1000 1101 101000 10110 1010100

Color Harmonies of #DFD9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9CD

Black with #DFD9CD

Text Example


Text Example

White with #DFD9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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