Html Css Color HEX #D2B2CD French Lilac

📋 copy color: '#D2B2CD'

red 210 ◦ green 178 ◦ blue 205

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

Shades of French Lilac #D2B2CD

Tints of French Lilac #D2B2CD

RGB

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

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

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

R = 35.41%
G = 30.02%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2B2CD (or 0xD2B2CD) is known color: French Lilac. HEX triplet: D2, B2 and CD. RGB value is (210,178,205). Sum of RGB (Red+Green+Blue) = 210+178+205=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2CD is #2D4D32. Grayscale: #BEBEBE. Windows color (decimal): -2968883 or 13480658. OLE color: 13480658.

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

Color convert

RGB 210 178 205 -
CMYK 0 0.15 0.02 0.18
HSL 309.38º 0.26% 0.76% -
HSV(B) 309.38º 0.15% 0.82% -
XYZ 53.52 49.95 64.58 -
YUV 190.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 210 178 205 0 0.15 0.02 0.18 309.38 0.26 0.76
Hex D2 B2 CD 0 F 2 12 135 1A 4C
Octal 322 262 315 0 17 2 22 465 32 114
Binary 11010010 10110010 11001101 0 1111 10 10010 100110101 11010 1001100

Color Harmonies of #D2B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B2CD

Black with #D2B2CD

Text Example


Text Example

White with #D2B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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