Html Css Color HEX #D0B7CD French Lilac

📋 copy color: '#D0B7CD'

red 208 ◦ green 183 ◦ blue 205

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

Shades of French Lilac #D0B7CD

Tints of French Lilac #D0B7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.7%

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

R = 34.9%
G = 30.7%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0B7CD (or 0xD0B7CD) is known color: French Lilac. HEX triplet: D0, B7 and CD. RGB value is (208,183,205). Sum of RGB (Red+Green+Blue) = 208+183+205=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7CD is #2F4832. Grayscale: #C0C0C0. Windows color (decimal): -3098675 or 13481936. OLE color: 13481936.

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

Color convert

RGB 208 183 205 -
CMYK 0 0.12 0.01 0.18
HSL 307.2º 0.21% 0.77% -
HSV(B) 307.2º 0.12% 0.82% -
XYZ 53.97 51.68 64.89 -
YUV 192.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 208 183 205 0 0.12 0.01 0.18 307.2 0.21 0.77
Hex D0 B7 CD 0 C 1 12 133 15 4D
Octal 320 267 315 0 14 1 22 463 25 115
Binary 11010000 10110111 11001101 0 1100 1 10010 100110011 10101 1001101

Color Harmonies of #D0B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B7CD

Black with #D0B7CD

Text Example


Text Example

White with #D0B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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