Html Css Color HEX #D3C2CF French Lilac

📋 copy color: '#D3C2CF'

red 211 ◦ green 194 ◦ blue 207

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

Shades of French Lilac #D3C2CF

Tints of French Lilac #D3C2CF

RGB

 RED value IS 211 (82.81% from 255) = 34.48%

 GREEN value IS 194 (76.17% from 255) = 31.7%

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 34.48%
G = 31.7%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D3C2CF (or 0xD3C2CF) is known color: French Lilac. HEX triplet: D3, C2 and CF. RGB value is (211,194,207). Sum of RGB (Red+Green+Blue) = 211+194+207=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2CF is #2C3D30. Grayscale: #C8C8C8. Windows color (decimal): -2899249 or 13615827. OLE color: 13615827.

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

Color convert

RGB 211 194 207 -
CMYK 0 0.08 0.02 0.17
HSL 314.12º 0.16% 0.79% -
HSV(B) 314.12º 0.08% 0.83% -
XYZ 57.42 56.94 67 -
YUV 200.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 211 194 207 0 0.08 0.02 0.17 314.12 0.16 0.79
Hex D3 C2 CF 0 8 2 11 13A 10 4F
Octal 323 302 317 0 10 2 21 472 20 117
Binary 11010011 11000010 11001111 0 1000 10 10001 100111010 10000 1001111

Color Harmonies of #D3C2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C2CF

Black with #D3C2CF

Text Example


Text Example

White with #D3C2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C2CF; }

 p { color: rgb(211,194,207); }

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

background-color css

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

 a { background-color: rgb(211,194,207); }

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

border-color css

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

 span { border-color: rgb(211,194,207); }

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