Html Css Color HEX #DFD8CA Albescent White

📋 copy color: '#DFD8CA'

red 223 ◦ green 216 ◦ blue 202

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

Shades of Albescent White #DFD8CA

Tints of Albescent White #DFD8CA

RGB

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

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

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

R = 34.79%
G = 33.7%
B = 31.51%

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

#DFD8CA (or 0xDFD8CA) is known color: Albescent White. HEX triplet: DF, D8 and CA. RGB value is (223,216,202). Sum of RGB (Red+Green+Blue) = 223+216+202=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8CA is #202735. Grayscale: #D8D8D8. Windows color (decimal): -2107190 or 13293791. OLE color: 13293791.

HSL color Cylindrical-coordinate representation of color #DFD8CA: hue angle of 40º 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 #DFD8CA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 216 202 -
CMYK 0 0.03 0.09 0.13
HSL 40º 0.25% 0.83% -
HSV(B) 40º 0.09% 0.87% -
XYZ 65.65 69.06 65.75 -
YUV 216.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 223 216 202 0 0.03 0.09 0.13 40 0.25 0.83
Hex DF D8 CA 0 3 9 D 28 19 53
Octal 337 330 312 0 3 11 15 50 31 123
Binary 11011111 11011000 11001010 0 11 1001 1101 101000 11001 1010011

Color Harmonies of #DFD8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD8CA

Black with #DFD8CA

Text Example


Text Example

White with #DFD8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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