Html Css Color HEX #DFCEE3 Snuff

📋 copy color: '#DFCEE3'

red 223 ◦ green 206 ◦ blue 227

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

Shades of Snuff #DFCEE3

Tints of Snuff #DFCEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.6%

R = 33.99%
G = 31.4%
B = 34.6%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFCEE3 (or 0xDFCEE3) is known color: Snuff. HEX triplet: DF, CE and E3. RGB value is (223,206,227). Sum of RGB (Red+Green+Blue) = 223+206+227=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEE3 is #20311C. Grayscale: #D5D5D5. Windows color (decimal): -2109725 or 14929631. OLE color: 14929631.

HSL color Cylindrical-coordinate representation of color #DFCEE3: hue angle of 288.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCEE3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 206 227 -
CMYK 0.02 0.09 0 0.11
HSL 288.57º 0.27% 0.85% -
HSV(B) 288.57º 0.09% 0.89% -
XYZ 66.37 65.38 81.79 -
YUV 213.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 223 206 227 0.02 0.09 0 0.11 288.57 0.27 0.85
Hex DF CE E3 2 9 0 B 121 1B 55
Octal 337 316 343 2 11 0 13 441 33 125
Binary 11011111 11001110 11100011 10 1001 0 1011 100100001 11011 1010101

Color Harmonies of #DFCEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEE3

Black with #DFCEE3

Text Example


Text Example

White with #DFCEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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