Html Css Color HEX #DFD8C5 Albescent White

📋 copy color: '#DFD8C5'

red 223 ◦ green 216 ◦ blue 197

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

Shades of Albescent White #DFD8C5

Tints of Albescent White #DFD8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.96%

 BLUE value IS 197 (77.34% from 255) = 30.97%

R = 35.06%
G = 33.96%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DFD8C5 (or 0xDFD8C5) is known color: Albescent White. HEX triplet: DF, D8 and C5. RGB value is (223,216,197). Sum of RGB (Red+Green+Blue) = 223+216+197=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8C5 is #20273A. Grayscale: #D8D8D8. Windows color (decimal): -2107195 or 12966111. OLE color: 12966111.

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

Color convert

RGB 223 216 197 -
CMYK 0 0.03 0.12 0.13
HSL 43.85º 0.29% 0.82% -
HSV(B) 43.85º 0.12% 0.87% -
XYZ 65.07 68.83 62.68 -
YUV 215.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 223 216 197 0 0.03 0.12 0.13 43.85 0.29 0.82
Hex DF D8 C5 0 3 C D 2C 1D 52
Octal 337 330 305 0 3 14 15 54 35 122
Binary 11011111 11011000 11000101 0 11 1100 1101 101100 11101 1010010

Color Harmonies of #DFD8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD8C5

Black with #DFD8C5

Text Example


Text Example

White with #DFD8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD8C5; }

 p { color: rgb(223,216,197); }

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

background-color css

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

 a { background-color: rgb(223,216,197); }

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

border-color css

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

 span { border-color: rgb(223,216,197); }

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