Html Css Color HEX #D5B2D3 French Lilac

📋 copy color: '#D5B2D3'

red 213 ◦ green 178 ◦ blue 211

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

Shades of French Lilac #D5B2D3

Tints of French Lilac #D5B2D3

RGB

 RED value IS 213 (83.59% from 255) = 35.38%

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

 BLUE value IS 211 (82.81% from 255) = 35.05%

R = 35.38%
G = 29.57%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D5B2D3 (or 0xD5B2D3) is known color: French Lilac. HEX triplet: D5, B2 and D3. RGB value is (213,178,211). Sum of RGB (Red+Green+Blue) = 213+178+211=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2D3 is #2A4D2C. Grayscale: #C0C0C0. Windows color (decimal): -2772269 or 13873877. OLE color: 13873877.

HSL color Cylindrical-coordinate representation of color #D5B2D3: hue angle of 303.43º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B2D3 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 211 -
CMYK 0 0.16 0.01 0.16
HSL 303.43º 0.29% 0.77% -
HSV(B) 303.43º 0.16% 0.84% -
XYZ 55.12 50.69 68.51 -
YUV 192.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 213 178 211 0 0.16 0.01 0.16 303.43 0.29 0.77
Hex D5 B2 D3 0 10 1 10 12F 1D 4D
Octal 325 262 323 0 20 1 20 457 35 115
Binary 11010101 10110010 11010011 0 10000 1 10000 100101111 11101 1001101

Color Harmonies of #D5B2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2D3

Black with #D5B2D3

Text Example


Text Example

White with #D5B2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2D3; }

 p { color: rgb(213,178,211); }

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

background-color css

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

 a { background-color: rgb(213,178,211); }

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

border-color css

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

 span { border-color: rgb(213,178,211); }

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