Html Css Color HEX #D0B3CD French Lilac

📋 copy color: '#D0B3CD'

red 208 ◦ green 179 ◦ blue 205

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

Shades of French Lilac #D0B3CD

Tints of French Lilac #D0B3CD

RGB

 RED value IS 208 (81.64% from 255) = 35.14%

 GREEN value IS 179 (70.31% from 255) = 30.24%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 35.14%
G = 30.24%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0B3CD (or 0xD0B3CD) is known color: French Lilac. HEX triplet: D0, B3 and CD. RGB value is (208,179,205). Sum of RGB (Red+Green+Blue) = 208+179+205=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3CD is #2F4C32. Grayscale: #BEBEBE. Windows color (decimal): -3099699 or 13480912. OLE color: 13480912.

HSL color Cylindrical-coordinate representation of color #D0B3CD: hue angle of 306.21º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B3CD is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 205 -
CMYK 0 0.14 0.01 0.18
HSL 306.21º 0.24% 0.76% -
HSV(B) 306.21º 0.14% 0.82% -
XYZ 53.15 50.06 64.62 -
YUV 190.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 208 179 205 0 0.14 0.01 0.18 306.21 0.24 0.76
Hex D0 B3 CD 0 E 1 12 132 18 4C
Octal 320 263 315 0 16 1 22 462 30 114
Binary 11010000 10110011 11001101 0 1110 1 10010 100110010 11000 1001100

Color Harmonies of #D0B3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B3CD

Black with #D0B3CD

Text Example


Text Example

White with #D0B3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B3CD; }

 p { color: rgb(208,179,205); }

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

background-color css

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

 a { background-color: rgb(208,179,205); }

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

border-color css

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

 span { border-color: rgb(208,179,205); }

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