Html Css Color HEX #DFD7C8 Albescent White

📋 copy color: '#DFD7C8'

red 223 ◦ green 215 ◦ blue 200

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

Shades of Albescent White #DFD7C8

Tints of Albescent White #DFD7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.7%

 BLUE value IS 200 (78.52% from 255) = 31.35%

R = 34.95%
G = 33.7%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DFD7C8 (or 0xDFD7C8) is known color: Albescent White. HEX triplet: DF, D7 and C8. RGB value is (223,215,200). Sum of RGB (Red+Green+Blue) = 223+215+200=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7C8 is #202837. Grayscale: #D7D7D7. Windows color (decimal): -2107448 or 13162463. OLE color: 13162463.

HSL color Cylindrical-coordinate representation of color #DFD7C8: hue angle of 39.13º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD7C8 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 215 200 -
CMYK 0 0.04 0.10 0.13
HSL 39.13º 0.26% 0.83% -
HSV(B) 39.13º 0.1% 0.87% -
XYZ 65.16 68.46 64.42 -
YUV 215.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 223 215 200 0 0.04 0.10 0.13 39.13 0.26 0.83
Hex DF D7 C8 0 4 A D 27 1A 53
Octal 337 327 310 0 4 12 15 47 32 123
Binary 11011111 11010111 11001000 0 100 1010 1101 100111 11010 1010011

Color Harmonies of #DFD7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD7C8

Black with #DFD7C8

Text Example


Text Example

White with #DFD7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD7C8; }

 p { color: rgb(223,215,200); }

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

background-color css

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

 a { background-color: rgb(223,215,200); }

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

border-color css

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

 span { border-color: rgb(223,215,200); }

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