Html Css Color HEX #DDC6D7 French Lilac

📋 copy color: '#DDC6D7'

red 221 ◦ green 198 ◦ blue 215

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

Shades of French Lilac #DDC6D7

Tints of French Lilac #DDC6D7

RGB

 RED value IS 221 (86.72% from 255) = 34.86%

 GREEN value IS 198 (77.73% from 255) = 31.23%

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

R = 34.86%
G = 31.23%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDC6D7 (or 0xDDC6D7) is known color: French Lilac. HEX triplet: DD, C6 and D7. RGB value is (221,198,215). Sum of RGB (Red+Green+Blue) = 221+198+215=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D7 is #223928. Grayscale: #CECECE. Windows color (decimal): -2242857 or 14141149. OLE color: 14141149.

HSL color Cylindrical-coordinate representation of color #DDC6D7: hue angle of 315.65º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6D7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 215 -
CMYK 0 0.10 0.03 0.13
HSL 315.65º 0.25% 0.82% -
HSV(B) 315.65º 0.1% 0.87% -
XYZ 62.28 60.67 72.72 -
YUV 206.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 221 198 215 0 0.10 0.03 0.13 315.65 0.25 0.82
Hex DD C6 D7 0 A 3 D 13C 19 52
Octal 335 306 327 0 12 3 15 474 31 122
Binary 11011101 11000110 11010111 0 1010 11 1101 100111100 11001 1010010

Color Harmonies of #DDC6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6D7

Black with #DDC6D7

Text Example


Text Example

White with #DDC6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6D7; }

 p { color: rgb(221,198,215); }

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

background-color css

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

 a { background-color: rgb(221,198,215); }

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

border-color css

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

 span { border-color: rgb(221,198,215); }

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