Html Css Color HEX #DCCAD8 French Lilac

📋 copy color: '#DCCAD8'

red 220 ◦ green 202 ◦ blue 216

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

Shades of French Lilac #DCCAD8

Tints of French Lilac #DCCAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.86%

R = 34.48%
G = 31.66%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCCAD8 (or 0xDCCAD8) is known color: French Lilac. HEX triplet: DC, CA and D8. RGB value is (220,202,216). Sum of RGB (Red+Green+Blue) = 220+202+216=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD8 is #233527. Grayscale: #D0D0D0. Windows color (decimal): -2307368 or 14207708. OLE color: 14207708.

HSL color Cylindrical-coordinate representation of color #DCCAD8: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCAD8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 216 -
CMYK 0 0.08 0.02 0.14
HSL 313.33º 0.2% 0.83% -
HSV(B) 313.33º 0.08% 0.86% -
XYZ 63.03 62.41 73.69 -
YUV 208.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 220 202 216 0 0.08 0.02 0.14 313.33 0.2 0.83
Hex DC CA D8 0 8 2 E 139 14 53
Octal 334 312 330 0 10 2 16 471 24 123
Binary 11011100 11001010 11011000 0 1000 10 1110 100111001 10100 1010011

Color Harmonies of #DCCAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAD8

Black with #DCCAD8

Text Example


Text Example

White with #DCCAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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