Html Css Color HEX #DDB0CF French Lilac

📋 copy color: '#DDB0CF'

red 221 ◦ green 176 ◦ blue 207

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

Shades of French Lilac #DDB0CF

Tints of French Lilac #DDB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.14%

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 36.59%
G = 29.14%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDB0CF (or 0xDDB0CF) is known color: French Lilac. HEX triplet: DD, B0 and CF. RGB value is (221,176,207). Sum of RGB (Red+Green+Blue) = 221+176+207=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0CF is #224F30. Grayscale: #C0C0C0. Windows color (decimal): -2248497 or 13611229. OLE color: 13611229.

HSL color Cylindrical-coordinate representation of color #DDB0CF: hue angle of 318.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0CF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 207 -
CMYK 0 0.20 0.06 0.13
HSL 318.67º 0.4% 0.78% -
HSV(B) 318.67º 0.2% 0.87% -
XYZ 56.61 50.93 65.88 -
YUV 192.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 221 176 207 0 0.20 0.06 0.13 318.67 0.4 0.78
Hex DD B0 CF 0 14 6 D 13F 28 4E
Octal 335 260 317 0 24 6 15 477 50 116
Binary 11011101 10110000 11001111 0 10100 110 1101 100111111 101000 1001110

Color Harmonies of #DDB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0CF

Black with #DDB0CF

Text Example


Text Example

White with #DDB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0CF; }

 p { color: rgb(221,176,207); }

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

background-color css

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

 a { background-color: rgb(221,176,207); }

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

border-color css

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

 span { border-color: rgb(221,176,207); }

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