Html Css Color HEX #DFCFDD Snuff

📋 copy color: '#DFCFDD'

red 223 ◦ green 207 ◦ blue 221

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

Shades of Snuff #DFCFDD

Tints of Snuff #DFCFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 34.25%
G = 31.8%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFCFDD (or 0xDFCFDD) is known color: Snuff. HEX triplet: DF, CF and DD. RGB value is (223,207,221). Sum of RGB (Red+Green+Blue) = 223+207+221=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFDD is #203022. Grayscale: #D5D5D5. Windows color (decimal): -2109475 or 14536671. OLE color: 14536671.

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

Color convert

RGB 223 207 221 -
CMYK 0 0.07 0.01 0.13
HSL 307.5º 0.2% 0.84% -
HSV(B) 307.5º 0.07% 0.87% -
XYZ 65.8 65.53 77.59 -
YUV 213.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 223 207 221 0 0.07 0.01 0.13 307.5 0.2 0.84
Hex DF CF DD 0 7 1 D 134 14 54
Octal 337 317 335 0 7 1 15 464 24 124
Binary 11011111 11001111 11011101 0 111 1 1101 100110100 10100 1010100

Color Harmonies of #DFCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFDD

Black with #DFCFDD

Text Example


Text Example

White with #DFCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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