Html Css Color HEX #DCC4D7 French Lilac

📋 copy color: '#DCC4D7'

red 220 ◦ green 196 ◦ blue 215

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

Shades of French Lilac #DCC4D7

Tints of French Lilac #DCC4D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.07%

R = 34.87%
G = 31.06%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DCC4D7 (or 0xDCC4D7) is known color: French Lilac. HEX triplet: DC, C4 and D7. RGB value is (220,196,215). Sum of RGB (Red+Green+Blue) = 220+196+215=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4D7 is #233B28. Grayscale: #CDCDCD. Windows color (decimal): -2308905 or 14140636. OLE color: 14140636.

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

Color convert

RGB 220 196 215 -
CMYK 0 0.11 0.02 0.14
HSL 312.5º 0.26% 0.82% -
HSV(B) 312.5º 0.11% 0.86% -
XYZ 61.52 59.6 72.55 -
YUV 205.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 220 196 215 0 0.11 0.02 0.14 312.5 0.26 0.82
Hex DC C4 D7 0 B 2 E 138 1A 52
Octal 334 304 327 0 13 2 16 470 32 122
Binary 11011100 11000100 11010111 0 1011 10 1110 100111000 11010 1010010

Color Harmonies of #DCC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4D7

Black with #DCC4D7

Text Example


Text Example

White with #DCC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4D7; }

 p { color: rgb(220,196,215); }

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

background-color css

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

 a { background-color: rgb(220,196,215); }

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

border-color css

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

 span { border-color: rgb(220,196,215); }

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