Html Css Color HEX #DDC4D8 French Lilac

📋 copy color: '#DDC4D8'

red 221 ◦ green 196 ◦ blue 216

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

Shades of French Lilac #DDC4D8

Tints of French Lilac #DDC4D8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.96%

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

R = 34.91%
G = 30.96%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDC4D8 (or 0xDDC4D8) is known color: French Lilac. HEX triplet: DD, C4 and D8. RGB value is (221,196,216). Sum of RGB (Red+Green+Blue) = 221+196+216=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D8 is #223B27. Grayscale: #CDCDCD. Windows color (decimal): -2243368 or 14206173. OLE color: 14206173.

HSL color Cylindrical-coordinate representation of color #DDC4D8: hue angle of 312º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4D8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 216 -
CMYK 0 0.11 0.02 0.13
HSL 312º 0.27% 0.82% -
HSV(B) 312º 0.11% 0.87% -
XYZ 61.95 59.81 73.24 -
YUV 205.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 221 196 216 0 0.11 0.02 0.13 312 0.27 0.82
Hex DD C4 D8 0 B 2 D 138 1B 52
Octal 335 304 330 0 13 2 15 470 33 122
Binary 11011101 11000100 11011000 0 1011 10 1101 100111000 11011 1010010

Color Harmonies of #DDC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4D8

Black with #DDC4D8

Text Example


Text Example

White with #DDC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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