Html Css Color HEX #DFCEE1 Snuff

📋 copy color: '#DFCEE1'

red 223 ◦ green 206 ◦ blue 225

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

Shades of Snuff #DFCEE1

Tints of Snuff #DFCEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.4%

R = 34.1%
G = 31.5%
B = 34.4%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFCEE1 (or 0xDFCEE1) is known color: Snuff. HEX triplet: DF, CE and E1. RGB value is (223,206,225). Sum of RGB (Red+Green+Blue) = 223+206+225=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEE1 is #20311E. Grayscale: #D5D5D5. Windows color (decimal): -2109727 or 14798559. OLE color: 14798559.

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

Color convert

RGB 223 206 225 -
CMYK 0.01 0.08 0 0.12
HSL 293.68º 0.24% 0.85% -
HSV(B) 293.68º 0.08% 0.88% -
XYZ 66.09 65.27 80.35 -
YUV 213.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 223 206 225 0.01 0.08 0 0.12 293.68 0.24 0.85
Hex DF CE E1 1 8 0 C 126 18 55
Octal 337 316 341 1 10 0 14 446 30 125
Binary 11011111 11001110 11100001 1 1000 0 1100 100100110 11000 1010101

Color Harmonies of #DFCEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEE1

Black with #DFCEE1

Text Example


Text Example

White with #DFCEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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