Html Css Color HEX #DFC4E5 Snuff

📋 copy color: '#DFC4E5'

red 223 ◦ green 196 ◦ blue 229

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

Shades of Snuff #DFC4E5

Tints of Snuff #DFC4E5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.25%

 BLUE value IS 229 (89.84% from 255) = 35.34%

R = 34.41%
G = 30.25%
B = 35.34%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFC4E5 (or 0xDFC4E5) is known color: Snuff. HEX triplet: DF, C4 and E5. RGB value is (223,196,229). Sum of RGB (Red+Green+Blue) = 223+196+229=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4E5 is #203B1A. Grayscale: #CFCFCF. Windows color (decimal): -2112283 or 15058143. OLE color: 15058143.

HSL color Cylindrical-coordinate representation of color #DFC4E5: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC4E5 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 196 229 -
CMYK 0.03 0.14 0 0.10
HSL 289.09º 0.39% 0.83% -
HSV(B) 289.09º 0.14% 0.9% -
XYZ 64.31 60.82 82.48 -
YUV 207.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 223 196 229 0.03 0.14 0 0.10 289.09 0.39 0.83
Hex DF C4 E5 3 E 0 A 121 27 53
Octal 337 304 345 3 16 0 12 441 47 123
Binary 11011111 11000100 11100101 11 1110 0 1010 100100001 100111 1010011

Color Harmonies of #DFC4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4E5

Black with #DFC4E5

Text Example


Text Example

White with #DFC4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4E5; }

 p { color: rgb(223,196,229); }

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

background-color css

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

 a { background-color: rgb(223,196,229); }

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

border-color css

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

 span { border-color: rgb(223,196,229); }

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