Html Css Color HEX #DFCEE0 Snuff

📋 copy color: '#DFCEE0'

red 223 ◦ green 206 ◦ blue 224

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

Shades of Snuff #DFCEE0

Tints of Snuff #DFCEE0

RGB

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

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

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

R = 34.15%
G = 31.55%
B = 34.3%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFCEE0 (or 0xDFCEE0) is known color: Snuff. HEX triplet: DF, CE and E0. RGB value is (223,206,224). Sum of RGB (Red+Green+Blue) = 223+206+224=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEE0 is #20311F. Grayscale: #D5D5D5. Windows color (decimal): -2109728 or 14733023. OLE color: 14733023.

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

Color convert

RGB 223 206 224 -
CMYK 0.00 0.08 0 0.12
HSL 296.67º 0.23% 0.84% -
HSV(B) 296.67º 0.08% 0.88% -
XYZ 65.96 65.21 79.63 -
YUV 213.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 223 206 224 0.00 0.08 0 0.12 296.67 0.23 0.84
Hex DF CE E0 0 8 0 C 129 16 54
Octal 337 316 340 0 10 0 14 451 26 124
Binary 11011111 11001110 11100000 0 1000 0 1100 100101001 10110 1010100

Color Harmonies of #DFCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEE0

Black with #DFCEE0

Text Example


Text Example

White with #DFCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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