Html Css Color HEX #DCCAE0 Snuff

📋 copy color: '#DCCAE0'

red 220 ◦ green 202 ◦ blue 224

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

Shades of Snuff #DCCAE0

Tints of Snuff #DCCAE0

RGB

 RED value IS 220 (86.33% from 255) = 34.06%

 GREEN value IS 202 (79.3% from 255) = 31.27%

 BLUE value IS 224 (87.89% from 255) = 34.67%

R = 34.06%
G = 31.27%
B = 34.67%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCCAE0 (or 0xDCCAE0) is known color: Snuff. HEX triplet: DC, CA and E0. RGB value is (220,202,224). Sum of RGB (Red+Green+Blue) = 220+202+224=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE0 is #23351F. Grayscale: #D1D1D1. Windows color (decimal): -2307360 or 14731996. OLE color: 14731996.

HSL color Cylindrical-coordinate representation of color #DCCAE0: hue angle of 289.09º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCAE0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 202 224 -
CMYK 0.02 0.10 0 0.12
HSL 289.09º 0.26% 0.84% -
HSV(B) 289.09º 0.1% 0.88% -
XYZ 64.09 62.84 79.27 -
YUV 209.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 220 202 224 0.02 0.10 0 0.12 289.09 0.26 0.84
Hex DC CA E0 2 A 0 C 121 1A 54
Octal 334 312 340 2 12 0 14 441 32 124
Binary 11011100 11001010 11100000 10 1010 0 1100 100100001 11010 1010100

Color Harmonies of #DCCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAE0

Black with #DCCAE0

Text Example


Text Example

White with #DCCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAE0; }

 p { color: rgb(220,202,224); }

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

background-color css

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

 a { background-color: rgb(220,202,224); }

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

border-color css

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

 span { border-color: rgb(220,202,224); }

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