Html Css Color HEX #DDBCDA French Lilac

📋 copy color: '#DDBCDA'

red 221 ◦ green 188 ◦ blue 218

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

Shades of French Lilac #DDBCDA

Tints of French Lilac #DDBCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.77%

R = 35.25%
G = 29.98%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDBCDA (or 0xDDBCDA) is known color: French Lilac. HEX triplet: DD, BC and DA. RGB value is (221,188,218). Sum of RGB (Red+Green+Blue) = 221+188+218=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCDA is #224325. Grayscale: #C9C9C9. Windows color (decimal): -2245414 or 14335197. OLE color: 14335197.

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

Color convert

RGB 221 188 218 -
CMYK 0 0.15 0.01 0.13
HSL 305.45º 0.33% 0.8% -
HSV(B) 305.45º 0.15% 0.87% -
XYZ 60.46 56.4 74.03 -
YUV 201.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 221 188 218 0 0.15 0.01 0.13 305.45 0.33 0.8
Hex DD BC DA 0 F 1 D 131 21 50
Octal 335 274 332 0 17 1 15 461 41 120
Binary 11011101 10111100 11011010 0 1111 1 1101 100110001 100001 1010000

Color Harmonies of #DDBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCDA

Black with #DDBCDA

Text Example


Text Example

White with #DDBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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