Html Css Color HEX #D2BBCE French Lilac

📋 copy color: '#D2BBCE'

red 210 ◦ green 187 ◦ blue 206

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

Shades of French Lilac #D2BBCE

Tints of French Lilac #D2BBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 34.83%
G = 31.01%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2BBCE (or 0xD2BBCE) is known color: French Lilac. HEX triplet: D2, BB and CE. RGB value is (210,187,206). Sum of RGB (Red+Green+Blue) = 210+187+206=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBCE is #2D4431. Grayscale: #C3C3C3. Windows color (decimal): -2966578 or 13548498. OLE color: 13548498.

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

Color convert

RGB 210 187 206 -
CMYK 0 0.11 0.02 0.18
HSL 310.43º 0.2% 0.78% -
HSV(B) 310.43º 0.11% 0.82% -
XYZ 55.49 53.7 65.83 -
YUV 196.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 210 187 206 0 0.11 0.02 0.18 310.43 0.2 0.78
Hex D2 BB CE 0 B 2 12 136 14 4E
Octal 322 273 316 0 13 2 22 466 24 116
Binary 11010010 10111011 11001110 0 1011 10 10010 100110110 10100 1001110

Color Harmonies of #D2BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBCE

Black with #D2BBCE

Text Example


Text Example

White with #D2BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBCE; }

 p { color: rgb(210,187,206); }

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

background-color css

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

 a { background-color: rgb(210,187,206); }

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

border-color css

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

 span { border-color: rgb(210,187,206); }

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