Html Css Color HEX #DDCBD9 French Lilac

📋 copy color: '#DDCBD9'

red 221 ◦ green 203 ◦ blue 217

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

Shades of French Lilac #DDCBD9

Tints of French Lilac #DDCBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.67%

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

R = 34.48%
G = 31.67%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDCBD9 (or 0xDDCBD9) is known color: French Lilac. HEX triplet: DD, CB and D9. RGB value is (221,203,217). Sum of RGB (Red+Green+Blue) = 221+203+217=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD9 is #223426. Grayscale: #D1D1D1. Windows color (decimal): -2241575 or 14273501. OLE color: 14273501.

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

Color convert

RGB 221 203 217 -
CMYK 0 0.08 0.02 0.13
HSL 313.33º 0.21% 0.83% -
HSV(B) 313.33º 0.08% 0.87% -
XYZ 63.7 63.09 74.47 -
YUV 209.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 221 203 217 0 0.08 0.02 0.13 313.33 0.21 0.83
Hex DD CB D9 0 8 2 D 139 15 53
Octal 335 313 331 0 10 2 15 471 25 123
Binary 11011101 11001011 11011001 0 1000 10 1101 100111001 10101 1010011

Color Harmonies of #DDCBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBD9

Black with #DDCBD9

Text Example


Text Example

White with #DDCBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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