Html Css Color HEX #DFCEDE Snuff

📋 copy color: '#DFCEDE'

red 223 ◦ green 206 ◦ blue 222

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

Shades of Snuff #DFCEDE

Tints of Snuff #DFCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.64%

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

R = 34.25%
G = 31.64%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFCEDE (or 0xDFCEDE) is known color: Snuff. HEX triplet: DF, CE and DE. RGB value is (223,206,222). Sum of RGB (Red+Green+Blue) = 223+206+222=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEDE is #203121. Grayscale: #D4D4D4. Windows color (decimal): -2109730 or 14601951. OLE color: 14601951.

HSL color Cylindrical-coordinate representation of color #DFCEDE: hue angle of 303.53º degrees, saturation: 0.21, 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 #DFCEDE is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 222 -
CMYK 0 0.08 0.00 0.13
HSL 303.53º 0.21% 0.84% -
HSV(B) 303.53º 0.08% 0.87% -
XYZ 65.69 65.1 78.21 -
YUV 212.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 223 206 222 0 0.08 0.00 0.13 303.53 0.21 0.84
Hex DF CE DE 0 8 0 D 130 15 54
Octal 337 316 336 0 10 0 15 460 25 124
Binary 11011111 11001110 11011110 0 1000 0 1101 100110000 10101 1010100

Color Harmonies of #DFCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEDE

Black with #DFCEDE

Text Example


Text Example

White with #DFCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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