Html Css Color HEX #D0B2CD French Lilac

📋 copy color: '#D0B2CD'

red 208 ◦ green 178 ◦ blue 205

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

Shades of French Lilac #D0B2CD

Tints of French Lilac #D0B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.12%

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

R = 35.19%
G = 30.12%
B = 34.69%

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

#D0B2CD (or 0xD0B2CD) is known color: French Lilac. HEX triplet: D0, B2 and CD. RGB value is (208,178,205). Sum of RGB (Red+Green+Blue) = 208+178+205=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2CD is #2F4D32. Grayscale: #BDBDBD. Windows color (decimal): -3099955 or 13480656. OLE color: 13480656.

HSL color Cylindrical-coordinate representation of color #D0B2CD: hue angle of 306º 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 #D0B2CD is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 205 -
CMYK 0 0.14 0.01 0.18
HSL 306º 0.24% 0.76% -
HSV(B) 306º 0.14% 0.82% -
XYZ 52.95 49.66 64.55 -
YUV 190.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 208 178 205 0 0.14 0.01 0.18 306 0.24 0.76
Hex D0 B2 CD 0 E 1 12 132 18 4C
Octal 320 262 315 0 16 1 22 462 30 114
Binary 11010000 10110010 11001101 0 1110 1 10010 100110010 11000 1001100

Color Harmonies of #D0B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B2CD

Black with #D0B2CD

Text Example


Text Example

White with #D0B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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