Html Css Color HEX #DDC3D9 French Lilac

📋 copy color: '#DDC3D9'

red 221 ◦ green 195 ◦ blue 217

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

Shades of French Lilac #DDC3D9

Tints of French Lilac #DDC3D9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.81%

 BLUE value IS 217 (85.16% from 255) = 34.28%

R = 34.91%
G = 30.81%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDC3D9 (or 0xDDC3D9) is known color: French Lilac. HEX triplet: DD, C3 and D9. RGB value is (221,195,217). Sum of RGB (Red+Green+Blue) = 221+195+217=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3D9 is #223C26. Grayscale: #CDCDCD. Windows color (decimal): -2243623 or 14271453. OLE color: 14271453.

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

Color convert

RGB 221 195 217 -
CMYK 0 0.12 0.02 0.13
HSL 309.23º 0.28% 0.82% -
HSV(B) 309.23º 0.12% 0.87% -
XYZ 61.86 59.41 73.85 -
YUV 205.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 221 195 217 0 0.12 0.02 0.13 309.23 0.28 0.82
Hex DD C3 D9 0 C 2 D 135 1C 52
Octal 335 303 331 0 14 2 15 465 34 122
Binary 11011101 11000011 11011001 0 1100 10 1101 100110101 11100 1010010

Color Harmonies of #DDC3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3D9

Black with #DDC3D9

Text Example


Text Example

White with #DDC3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3D9; }

 p { color: rgb(221,195,217); }

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

background-color css

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

 a { background-color: rgb(221,195,217); }

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

border-color css

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

 span { border-color: rgb(221,195,217); }

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