Html Css Color HEX #DCCBD8 French Lilac

📋 copy color: '#DCCBD8'

red 220 ◦ green 203 ◦ blue 216

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

Shades of French Lilac #DCCBD8

Tints of French Lilac #DCCBD8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.77%

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

R = 34.43%
G = 31.77%
B = 33.8%

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

#DCCBD8 (or 0xDCCBD8) is known color: French Lilac. HEX triplet: DC, CB and D8. RGB value is (220,203,216). Sum of RGB (Red+Green+Blue) = 220+203+216=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD8 is #233427. Grayscale: #D1D1D1. Windows color (decimal): -2307112 or 14207964. OLE color: 14207964.

HSL color Cylindrical-coordinate representation of color #DCCBD8: hue angle of 314.12º 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 #DCCBD8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 216 -
CMYK 0 0.08 0.02 0.14
HSL 314.12º 0.2% 0.83% -
HSV(B) 314.12º 0.08% 0.86% -
XYZ 63.27 62.89 73.77 -
YUV 209.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 220 203 216 0 0.08 0.02 0.14 314.12 0.2 0.83
Hex DC CB D8 0 8 2 E 13A 14 53
Octal 334 313 330 0 10 2 16 472 24 123
Binary 11011100 11001011 11011000 0 1000 10 1110 100111010 10100 1010011

Color Harmonies of #DCCBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBD8

Black with #DCCBD8

Text Example


Text Example

White with #DCCBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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