Html Css Color HEX #DFCDE1 Snuff

📋 copy color: '#DFCDE1'

red 223 ◦ green 205 ◦ blue 225

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

Shades of Snuff #DFCDE1

Tints of Snuff #DFCDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.39%

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

R = 34.15%
G = 31.39%
B = 34.46%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFCDE1 (or 0xDFCDE1) is known color: Snuff. HEX triplet: DF, CD and E1. RGB value is (223,205,225). Sum of RGB (Red+Green+Blue) = 223+205+225=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDE1 is #20321E. Grayscale: #D4D4D4. Windows color (decimal): -2109983 or 14798303. OLE color: 14798303.

HSL color Cylindrical-coordinate representation of color #DFCDE1: hue angle of 294º degrees, saturation: 0.25, 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 #DFCDE1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 205 225 -
CMYK 0.01 0.09 0 0.12
HSL 294º 0.25% 0.84% -
HSV(B) 294º 0.09% 0.88% -
XYZ 65.85 64.79 80.27 -
YUV 212.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 223 205 225 0.01 0.09 0 0.12 294 0.25 0.84
Hex DF CD E1 1 9 0 C 126 19 54
Octal 337 315 341 1 11 0 14 446 31 124
Binary 11011111 11001101 11100001 1 1001 0 1100 100100110 11001 1010100

Color Harmonies of #DFCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDE1

Black with #DFCDE1

Text Example


Text Example

White with #DFCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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