Html Css Color HEX #D9CDD6 French Lilac

📋 copy color: '#D9CDD6'

red 217 ◦ green 205 ◦ blue 214

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

Shades of French Lilac #D9CDD6

Tints of French Lilac #D9CDD6

RGB

 RED value IS 217 (85.16% from 255) = 34.12%

 GREEN value IS 205 (80.47% from 255) = 32.23%

 BLUE value IS 214 (83.98% 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

#D9CDD6 (or 0xD9CDD6) is known color: French Lilac. HEX triplet: D9, CD and D6. RGB value is (217,205,214). Sum of RGB (Red+Green+Blue) = 217+205+214=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD6 is #263229. Grayscale: #D1D1D1. Windows color (decimal): -2503210 or 14077401. OLE color: 14077401.

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

Color convert

RGB 217 205 214 -
CMYK 0 0.06 0.01 0.15
HSL 315º 0.14% 0.83% -
HSV(B) 315º 0.06% 0.85% -
XYZ 62.58 63.27 72.53 -
YUV 209.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 217 205 214 0 0.06 0.01 0.15 315 0.14 0.83
Hex D9 CD D6 0 6 1 F 13B E 53
Octal 331 315 326 0 6 1 17 473 16 123
Binary 11011001 11001101 11010110 0 110 1 1111 100111011 1110 1010011

Color Harmonies of #D9CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDD6

Black with #D9CDD6

Text Example


Text Example

White with #D9CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDD6; }

 p { color: rgb(217,205,214); }

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

background-color css

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

 a { background-color: rgb(217,205,214); }

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

border-color css

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

 span { border-color: rgb(217,205,214); }

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