Html Css Color HEX #D2B0CD French Lilac

📋 copy color: '#D2B0CD'

red 210 ◦ green 176 ◦ blue 205

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

Shades of French Lilac #D2B0CD

Tints of French Lilac #D2B0CD

RGB

 RED value IS 210 (82.42% from 255) = 35.53%

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

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

R = 35.53%
G = 29.78%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2B0CD (or 0xD2B0CD) is known color: French Lilac. HEX triplet: D2, B0 and CD. RGB value is (210,176,205). Sum of RGB (Red+Green+Blue) = 210+176+205=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0CD is #2D4F32. Grayscale: #BDBDBD. Windows color (decimal): -2969395 or 13480146. OLE color: 13480146.

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

Color convert

RGB 210 176 205 -
CMYK 0 0.16 0.02 0.18
HSL 308.82º 0.27% 0.76% -
HSV(B) 308.82º 0.16% 0.82% -
XYZ 53.12 49.16 64.45 -
YUV 189.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 210 176 205 0 0.16 0.02 0.18 308.82 0.27 0.76
Hex D2 B0 CD 0 10 2 12 135 1B 4C
Octal 322 260 315 0 20 2 22 465 33 114
Binary 11010010 10110000 11001101 0 10000 10 10010 100110101 11011 1001100

Color Harmonies of #D2B0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B0CD

Black with #D2B0CD

Text Example


Text Example

White with #D2B0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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