Html Css Color HEX #DDADCE French Lilac

📋 copy color: '#DDADCE'

red 221 ◦ green 173 ◦ blue 206

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

Shades of French Lilac #DDADCE

Tints of French Lilac #DDADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.83%

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 36.83%
G = 28.83%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDADCE (or 0xDDADCE) is known color: French Lilac. HEX triplet: DD, AD and CE. RGB value is (221,173,206). Sum of RGB (Red+Green+Blue) = 221+173+206=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADCE is #225231. Grayscale: #BFBFBF. Windows color (decimal): -2249266 or 13544925. OLE color: 13544925.

HSL color Cylindrical-coordinate representation of color #DDADCE: hue angle of 318.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADCE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 173 206 -
CMYK 0 0.22 0.07 0.13
HSL 318.75º 0.41% 0.77% -
HSV(B) 318.75º 0.22% 0.87% -
XYZ 55.9 49.72 65.04 -
YUV 191.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 221 173 206 0 0.22 0.07 0.13 318.75 0.41 0.77
Hex DD AD CE 0 16 7 D 13F 29 4D
Octal 335 255 316 0 26 7 15 477 51 115
Binary 11011101 10101101 11001110 0 10110 111 1101 100111111 101001 1001101

Color Harmonies of #DDADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADCE

Black with #DDADCE

Text Example


Text Example

White with #DDADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADCE; }

 p { color: rgb(221,173,206); }

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

background-color css

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

 a { background-color: rgb(221,173,206); }

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

border-color css

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

 span { border-color: rgb(221,173,206); }

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