Html Css Color HEX #DFCFDE Snuff

📋 copy color: '#DFCFDE'

red 223 ◦ green 207 ◦ blue 222

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

Shades of Snuff #DFCFDE

Tints of Snuff #DFCFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.75%

 BLUE value IS 222 (87.11% from 255) = 34.05%

R = 34.2%
G = 31.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFCFDE (or 0xDFCFDE) is known color: Snuff. HEX triplet: DF, CF and DE. RGB value is (223,207,222). Sum of RGB (Red+Green+Blue) = 223+207+222=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFDE is #203021. Grayscale: #D5D5D5. Windows color (decimal): -2109474 or 14602207. OLE color: 14602207.

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

Color convert

RGB 223 207 222 -
CMYK 0 0.07 0.00 0.13
HSL 303.75º 0.2% 0.84% -
HSV(B) 303.75º 0.07% 0.87% -
XYZ 65.93 65.59 78.29 -
YUV 213.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 223 207 222 0 0.07 0.00 0.13 303.75 0.2 0.84
Hex DF CF DE 0 7 0 D 130 14 54
Octal 337 317 336 0 7 0 15 460 24 124
Binary 11011111 11001111 11011110 0 111 0 1101 100110000 10100 1010100

Color Harmonies of #DFCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFDE

Black with #DFCFDE

Text Example


Text Example

White with #DFCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCFDE; }

 p { color: rgb(223,207,222); }

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

background-color css

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

 a { background-color: rgb(223,207,222); }

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

border-color css

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

 span { border-color: rgb(223,207,222); }

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