Html Css Color HEX #DCCADF Snuff

📋 copy color: '#DCCADF'

red 220 ◦ green 202 ◦ blue 223

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

Shades of Snuff #DCCADF

Tints of Snuff #DCCADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 34.11%
G = 31.32%
B = 34.57%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCCADF (or 0xDCCADF) is known color: Snuff. HEX triplet: DC, CA and DF. RGB value is (220,202,223). Sum of RGB (Red+Green+Blue) = 220+202+223=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCADF is #233520. Grayscale: #D1D1D1. Windows color (decimal): -2307361 or 14666460. OLE color: 14666460.

HSL color Cylindrical-coordinate representation of color #DCCADF: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCADF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 202 223 -
CMYK 0.01 0.09 0 0.13
HSL 291.43º 0.25% 0.83% -
HSV(B) 291.43º 0.09% 0.87% -
XYZ 63.96 62.78 78.56 -
YUV 209.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 220 202 223 0.01 0.09 0 0.13 291.43 0.25 0.83
Hex DC CA DF 1 9 0 D 123 19 53
Octal 334 312 337 1 11 0 15 443 31 123
Binary 11011100 11001010 11011111 1 1001 0 1101 100100011 11001 1010011

Color Harmonies of #DCCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCADF

Black with #DCCADF

Text Example


Text Example

White with #DCCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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