Html Css Color HEX #D8CCD5 French Lilac

📋 copy color: '#D8CCD5'

red 216 ◦ green 204 ◦ blue 213

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

Shades of French Lilac #D8CCD5

Tints of French Lilac #D8CCD5

RGB

 RED value IS 216 (84.77% from 255) = 34.12%

 GREEN value IS 204 (80.08% from 255) = 32.23%

 BLUE value IS 213 (83.59% from 255) = 33.65%

R = 34.12%
G = 32.23%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8CCD5 (or 0xD8CCD5) is known color: French Lilac. HEX triplet: D8, CC and D5. RGB value is (216,204,213). Sum of RGB (Red+Green+Blue) = 216+204+213=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCD5 is #27332A. Grayscale: #D0D0D0. Windows color (decimal): -2569003 or 14011608. OLE color: 14011608.

HSL color Cylindrical-coordinate representation of color #D8CCD5: hue angle of 315º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CCD5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 213 -
CMYK 0 0.06 0.01 0.15
HSL 315º 0.13% 0.82% -
HSV(B) 315º 0.06% 0.85% -
XYZ 61.92 62.59 71.77 -
YUV 208.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 216 204 213 0 0.06 0.01 0.15 315 0.13 0.82
Hex D8 CC D5 0 6 1 F 13B D 52
Octal 330 314 325 0 6 1 17 473 15 122
Binary 11011000 11001100 11010101 0 110 1 1111 100111011 1101 1010010

Color Harmonies of #D8CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCD5

Black with #D8CCD5

Text Example


Text Example

White with #D8CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCD5; }

 p { color: rgb(216,204,213); }

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

background-color css

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

 a { background-color: rgb(216,204,213); }

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

border-color css

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

 span { border-color: rgb(216,204,213); }

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