Html Css Color HEX #D699C8 Lilac

📋 copy color: '#D699C8'

red 214 ◦ green 153 ◦ blue 200

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

Shades of Lilac #D699C8

Tints of Lilac #D699C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.27%

R = 37.74%
G = 26.98%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D699C8 (or 0xD699C8) is known color: Lilac. HEX triplet: D6, 99 and C8. RGB value is (214,153,200). Sum of RGB (Red+Green+Blue) = 214+153+200=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C8 is #296637. Grayscale: #B0B0B0. Windows color (decimal): -2713144 or 13146582. OLE color: 13146582.

HSL color Cylindrical-coordinate representation of color #D699C8: hue angle of 313.77º 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 #D699C8 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 200 -
CMYK 0 0.29 0.07 0.16
HSL 313.77º 0.43% 0.72% -
HSV(B) 313.77º 0.29% 0.84% -
XYZ 49.55 41.25 59.99 -
YUV 176.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 214 153 200 0 0.29 0.07 0.16 313.77 0.43 0.72
Hex D6 99 C8 0 1D 7 10 13A 2B 48
Octal 326 231 310 0 35 7 20 472 53 110
Binary 11010110 10011001 11001000 0 11101 111 10000 100111010 101011 1001000

Color Harmonies of #D699C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699C8

Black with #D699C8

Text Example


Text Example

White with #D699C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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