Html Css Color HEX #DFCCDF Snuff

📋 copy color: '#DFCCDF'

red 223 ◦ green 204 ◦ blue 223

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

Shades of Snuff #DFCCDF

Tints of Snuff #DFCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.38%

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 34.31%
G = 31.38%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFCCDF (or 0xDFCCDF) is known color: Snuff. HEX triplet: DF, CC and DF. RGB value is (223,204,223). Sum of RGB (Red+Green+Blue) = 223+204+223=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCDF is #203320. Grayscale: #D3D3D3. Windows color (decimal): -2110241 or 14666975. OLE color: 14666975.

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

Color convert

RGB 223 204 223 -
CMYK 0 0.09 0 0.13
HSL 300º 0.23% 0.84% -
HSV(B) 300º 0.09% 0.87% -
XYZ 65.34 64.2 78.76 -
YUV 211.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 223 204 223 0 0.09 0 0.13 300 0.23 0.84
Hex DF CC DF 0 9 0 D 12C 17 54
Octal 337 314 337 0 11 0 15 454 27 124
Binary 11011111 11001100 11011111 0 1001 0 1101 100101100 10111 1010100

Color Harmonies of #DFCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCDF

Black with #DFCCDF

Text Example


Text Example

White with #DFCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCDF; }

 p { color: rgb(223,204,223); }

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

background-color css

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

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

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

border-color css

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

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

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