Html Css Color HEX #D2C0CE French Lilac

📋 copy color: '#D2C0CE'

red 210 ◦ green 192 ◦ blue 206

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

Shades of French Lilac #D2C0CE

Tints of French Lilac #D2C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.58%

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

R = 34.54%
G = 31.58%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2C0CE (or 0xD2C0CE) is known color: French Lilac. HEX triplet: D2, C0 and CE. RGB value is (210,192,206). Sum of RGB (Red+Green+Blue) = 210+192+206=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0CE is #2D3F31. Grayscale: #C6C6C6. Windows color (decimal): -2965298 or 13549778. OLE color: 13549778.

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

Color convert

RGB 210 192 206 -
CMYK 0 0.09 0.02 0.18
HSL 313.33º 0.17% 0.79% -
HSV(B) 313.33º 0.09% 0.82% -
XYZ 56.57 55.86 66.19 -
YUV 198.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 210 192 206 0 0.09 0.02 0.18 313.33 0.17 0.79
Hex D2 C0 CE 0 9 2 12 139 11 4F
Octal 322 300 316 0 11 2 22 471 21 117
Binary 11010010 11000000 11001110 0 1001 10 10010 100111001 10001 1001111

Color Harmonies of #D2C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C0CE

Black with #D2C0CE

Text Example


Text Example

White with #D2C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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