Html Css Color HEX #D9CCD6 French Lilac

📋 copy color: '#D9CCD6'

red 217 ◦ green 204 ◦ blue 214

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

Shades of French Lilac #D9CCD6

Tints of French Lilac #D9CCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.7%

R = 34.17%
G = 32.13%
B = 33.7%

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

#D9CCD6 (or 0xD9CCD6) is known color: French Lilac. HEX triplet: D9, CC and D6. RGB value is (217,204,214). Sum of RGB (Red+Green+Blue) = 217+204+214=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD6 is #263329. Grayscale: #D0D0D0. Windows color (decimal): -2503466 or 14077145. OLE color: 14077145.

HSL color Cylindrical-coordinate representation of color #D9CCD6: hue angle of 313.85º degrees, saturation: 0.15, 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 #D9CCD6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 214 -
CMYK 0 0.06 0.01 0.15
HSL 313.85º 0.15% 0.83% -
HSV(B) 313.85º 0.06% 0.85% -
XYZ 62.35 62.79 72.45 -
YUV 209.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 217 204 214 0 0.06 0.01 0.15 313.85 0.15 0.83
Hex D9 CC D6 0 6 1 F 13A F 53
Octal 331 314 326 0 6 1 17 472 17 123
Binary 11011001 11001100 11010110 0 110 1 1111 100111010 1111 1010011

Color Harmonies of #D9CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCD6

Black with #D9CCD6

Text Example


Text Example

White with #D9CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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