Html Css Color HEX #D0BBCC French Lilac

📋 copy color: '#D0BBCC'

red 208 ◦ green 187 ◦ blue 204

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

Shades of French Lilac #D0BBCC

Tints of French Lilac #D0BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 34.72%
G = 31.22%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0BBCC (or 0xD0BBCC) is known color: French Lilac. HEX triplet: D0, BB and CC. RGB value is (208,187,204). Sum of RGB (Red+Green+Blue) = 208+187+204=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBCC is #2F4433. Grayscale: #C3C3C3. Windows color (decimal): -3097652 or 13417424. OLE color: 13417424.

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

Color convert

RGB 208 187 204 -
CMYK 0 0.10 0.02 0.18
HSL 311.43º 0.18% 0.77% -
HSV(B) 311.43º 0.1% 0.82% -
XYZ 54.68 53.31 64.53 -
YUV 195.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 208 187 204 0 0.10 0.02 0.18 311.43 0.18 0.77
Hex D0 BB CC 0 A 2 12 137 12 4D
Octal 320 273 314 0 12 2 22 467 22 115
Binary 11010000 10111011 11001100 0 1010 10 10010 100110111 10010 1001101

Color Harmonies of #D0BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBCC

Black with #D0BBCC

Text Example


Text Example

White with #D0BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBCC; }

 p { color: rgb(208,187,204); }

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

background-color css

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

 a { background-color: rgb(208,187,204); }

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

border-color css

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

 span { border-color: rgb(208,187,204); }

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