Html Css Color HEX #DDC4D7 French Lilac

📋 copy color: '#DDC4D7'

red 221 ◦ green 196 ◦ blue 215

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

Shades of French Lilac #DDC4D7

Tints of French Lilac #DDC4D7

RGB

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

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

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

R = 34.97%
G = 31.01%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDC4D7 (or 0xDDC4D7) is known color: French Lilac. HEX triplet: DD, C4 and D7. RGB value is (221,196,215). Sum of RGB (Red+Green+Blue) = 221+196+215=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D7 is #223B28. Grayscale: #CDCDCD. Windows color (decimal): -2243369 or 14140637. OLE color: 14140637.

HSL color Cylindrical-coordinate representation of color #DDC4D7: hue angle of 314.4º 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 #DDC4D7 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 215 -
CMYK 0 0.11 0.03 0.13
HSL 314.4º 0.27% 0.82% -
HSV(B) 314.4º 0.11% 0.87% -
XYZ 61.82 59.76 72.57 -
YUV 205.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 221 196 215 0 0.11 0.03 0.13 314.4 0.27 0.82
Hex DD C4 D7 0 B 3 D 13A 1B 52
Octal 335 304 327 0 13 3 15 472 33 122
Binary 11011101 11000100 11010111 0 1011 11 1101 100111010 11011 1010010

Color Harmonies of #DDC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4D7

Black with #DDC4D7

Text Example


Text Example

White with #DDC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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