Html Css Color HEX #D0B0CD Lilac

📋 copy color: '#D0B0CD'

red 208 ◦ green 176 ◦ blue 205

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

Shades of Lilac #D0B0CD

Tints of Lilac #D0B0CD

RGB

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

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

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

R = 35.31%
G = 29.88%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0B0CD (or 0xD0B0CD) is known color: Lilac. HEX triplet: D0, B0 and CD. RGB value is (208,176,205). Sum of RGB (Red+Green+Blue) = 208+176+205=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B0CD is #2F4F32. Grayscale: #BCBCBC. Windows color (decimal): -3100467 or 13480144. OLE color: 13480144.

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

Color convert

RGB 208 176 205 -
CMYK 0 0.15 0.01 0.18
HSL 305.63º 0.25% 0.75% -
HSV(B) 305.63º 0.15% 0.82% -
XYZ 52.56 48.87 64.42 -
YUV 188.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 208 176 205 0 0.15 0.01 0.18 305.63 0.25 0.75
Hex D0 B0 CD 0 F 1 12 132 19 4B
Octal 320 260 315 0 17 1 22 462 31 113
Binary 11010000 10110000 11001101 0 1111 1 10010 100110010 11001 1001011

Color Harmonies of #D0B0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B0CD

Black with #D0B0CD

Text Example


Text Example

White with #D0B0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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