Html Css Color HEX #D699CE Lilac

📋 copy color: '#D699CE'

red 214 ◦ green 153 ◦ blue 206

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

Shades of Lilac #D699CE

Tints of Lilac #D699CE

RGB

 RED value IS 214 (83.98% from 255) = 37.35%

 GREEN value IS 153 (60.16% from 255) = 26.7%

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

R = 37.35%
G = 26.7%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D699CE (or 0xD699CE) is known color: Lilac. HEX triplet: D6, 99 and CE. RGB value is (214,153,206). Sum of RGB (Red+Green+Blue) = 214+153+206=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D699CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699CE is #296631. Grayscale: #B1B1B1. Windows color (decimal): -2713138 or 13539798. OLE color: 13539798.

HSL color Cylindrical-coordinate representation of color #D699CE: hue angle of 307.87º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699CE is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 206 -
CMYK 0 0.29 0.04 0.16
HSL 307.87º 0.43% 0.72% -
HSV(B) 307.87º 0.29% 0.84% -
XYZ 50.26 41.53 63.76 -
YUV 177.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 214 153 206 0 0.29 0.04 0.16 307.87 0.43 0.72
Hex D6 99 CE 0 1D 4 10 134 2B 48
Octal 326 231 316 0 35 4 20 464 53 110
Binary 11010110 10011001 11001110 0 11101 100 10000 100110100 101011 1001000

Color Harmonies of #D699CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699CE

Black with #D699CE

Text Example


Text Example

White with #D699CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699CE; }

 p { color: rgb(214,153,206); }

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

background-color css

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

 a { background-color: rgb(214,153,206); }

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

border-color css

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

 span { border-color: rgb(214,153,206); }

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