Html Css Color HEX #DDBCD8 French Lilac

📋 copy color: '#DDBCD8'

red 221 ◦ green 188 ◦ blue 216

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

Shades of French Lilac #DDBCD8

Tints of French Lilac #DDBCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.08%

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

R = 35.36%
G = 30.08%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDBCD8 (or 0xDDBCD8) is known color: French Lilac. HEX triplet: DD, BC and D8. RGB value is (221,188,216). Sum of RGB (Red+Green+Blue) = 221+188+216=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD8 is #224327. Grayscale: #C8C8C8. Windows color (decimal): -2245416 or 14204125. OLE color: 14204125.

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

Color convert

RGB 221 188 216 -
CMYK 0 0.15 0.02 0.13
HSL 309.09º 0.33% 0.8% -
HSV(B) 309.09º 0.15% 0.87% -
XYZ 60.2 56.3 72.66 -
YUV 201.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 221 188 216 0 0.15 0.02 0.13 309.09 0.33 0.8
Hex DD BC D8 0 F 2 D 135 21 50
Octal 335 274 330 0 17 2 15 465 41 120
Binary 11011101 10111100 11011000 0 1111 10 1101 100110101 100001 1010000

Color Harmonies of #DDBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCD8

Black with #DDBCD8

Text Example


Text Example

White with #DDBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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