Html Css Color HEX #DFCCE0 Snuff

📋 copy color: '#DFCCE0'

red 223 ◦ green 204 ◦ blue 224

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

Shades of Snuff #DFCCE0

Tints of Snuff #DFCCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.41%

R = 34.25%
G = 31.34%
B = 34.41%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFCCE0 (or 0xDFCCE0) is known color: Snuff. HEX triplet: DF, CC and E0. RGB value is (223,204,224). Sum of RGB (Red+Green+Blue) = 223+204+224=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCE0 is #20331F. Grayscale: #D3D3D3. Windows color (decimal): -2110240 or 14732511. OLE color: 14732511.

HSL color Cylindrical-coordinate representation of color #DFCCE0: hue angle of 297º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCE0 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 204 224 -
CMYK 0.00 0.09 0 0.12
HSL 297º 0.24% 0.84% -
HSV(B) 297º 0.09% 0.88% -
XYZ 65.48 64.26 79.47 -
YUV 211.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 223 204 224 0.00 0.09 0 0.12 297 0.24 0.84
Hex DF CC E0 0 9 0 C 129 18 54
Octal 337 314 340 0 11 0 14 451 30 124
Binary 11011111 11001100 11100000 0 1001 0 1100 100101001 11000 1010100

Color Harmonies of #DFCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCE0

Black with #DFCCE0

Text Example


Text Example

White with #DFCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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