Html Css Color HEX #DFCCE3 Snuff

📋 copy color: '#DFCCE3'

red 223 ◦ green 204 ◦ blue 227

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

Shades of Snuff #DFCCE3

Tints of Snuff #DFCCE3

RGB

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

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

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

R = 34.1%
G = 31.19%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFCCE3 (or 0xDFCCE3) is known color: Snuff. HEX triplet: DF, CC and E3. RGB value is (223,204,227). Sum of RGB (Red+Green+Blue) = 223+204+227=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCE3 is #20331C. Grayscale: #D4D4D4. Windows color (decimal): -2110237 or 14929119. OLE color: 14929119.

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

Color convert

RGB 223 204 227 -
CMYK 0.02 0.10 0 0.11
HSL 289.57º 0.29% 0.85% -
HSV(B) 289.57º 0.1% 0.89% -
XYZ 65.89 64.42 81.63 -
YUV 212.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 223 204 227 0.02 0.10 0 0.11 289.57 0.29 0.85
Hex DF CC E3 2 A 0 B 122 1D 55
Octal 337 314 343 2 12 0 13 442 35 125
Binary 11011111 11001100 11100011 10 1010 0 1011 100100010 11101 1010101

Color Harmonies of #DFCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCE3

Black with #DFCCE3

Text Example


Text Example

White with #DFCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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