Html Css Color HEX #DDC7D8 French Lilac

📋 copy color: '#DDC7D8'

red 221 ◦ green 199 ◦ blue 216

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

Shades of French Lilac #DDC7D8

Tints of French Lilac #DDC7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.29%

 BLUE value IS 216 (84.77% from 255) = 33.96%

R = 34.75%
G = 31.29%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDC7D8 (or 0xDDC7D8) is known color: French Lilac. HEX triplet: DD, C7 and D8. RGB value is (221,199,216). Sum of RGB (Red+Green+Blue) = 221+199+216=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D8 is #223827. Grayscale: #CFCFCF. Windows color (decimal): -2242600 or 14206941. OLE color: 14206941.

HSL color Cylindrical-coordinate representation of color #DDC7D8: hue angle of 313.64º degrees, saturation: 0.24, 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 #DDC7D8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 216 -
CMYK 0 0.10 0.02 0.13
HSL 313.64º 0.24% 0.82% -
HSV(B) 313.64º 0.1% 0.87% -
XYZ 62.64 61.18 73.47 -
YUV 207.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 221 199 216 0 0.10 0.02 0.13 313.64 0.24 0.82
Hex DD C7 D8 0 A 2 D 13A 18 52
Octal 335 307 330 0 12 2 15 472 30 122
Binary 11011101 11000111 11011000 0 1010 10 1101 100111010 11000 1010010

Color Harmonies of #DDC7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7D8

Black with #DDC7D8

Text Example


Text Example

White with #DDC7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7D8; }

 p { color: rgb(221,199,216); }

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

background-color css

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

 a { background-color: rgb(221,199,216); }

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

border-color css

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

 span { border-color: rgb(221,199,216); }

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