Html Css Color HEX #D2BCCD French Lilac

📋 copy color: '#D2BCCD'

red 210 ◦ green 188 ◦ blue 205

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

Shades of French Lilac #D2BCCD

Tints of French Lilac #D2BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.18%

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

R = 34.83%
G = 31.18%
B = 34%

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

#D2BCCD (or 0xD2BCCD) is known color: French Lilac. HEX triplet: D2, BC and CD. RGB value is (210,188,205). Sum of RGB (Red+Green+Blue) = 210+188+205=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCCD is #2D4332. Grayscale: #C4C4C4. Windows color (decimal): -2966323 or 13483218. OLE color: 13483218.

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

Color convert

RGB 210 188 205 -
CMYK 0 0.10 0.02 0.18
HSL 313.64º 0.2% 0.78% -
HSV(B) 313.64º 0.1% 0.82% -
XYZ 55.58 54.08 65.27 -
YUV 196.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 210 188 205 0 0.10 0.02 0.18 313.64 0.2 0.78
Hex D2 BC CD 0 A 2 12 13A 14 4E
Octal 322 274 315 0 12 2 22 472 24 116
Binary 11010010 10111100 11001101 0 1010 10 10010 100111010 10100 1001110

Color Harmonies of #D2BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BCCD

Black with #D2BCCD

Text Example


Text Example

White with #D2BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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