Html Css Color HEX #D698C8 Lilac

📋 copy color: '#D698C8'

red 214 ◦ green 152 ◦ blue 200

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

Shades of Lilac #D698C8

Tints of Lilac #D698C8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.86%

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

R = 37.81%
G = 26.86%
B = 35.34%

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

#D698C8 (or 0xD698C8) is known color: Lilac. HEX triplet: D6, 98 and C8. RGB value is (214,152,200). Sum of RGB (Red+Green+Blue) = 214+152+200=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D698C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698C8 is #296737. Grayscale: #AFAFAF. Windows color (decimal): -2713400 or 13146326. OLE color: 13146326.

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

Color convert

RGB 214 152 200 -
CMYK 0 0.29 0.07 0.16
HSL 313.55º 0.43% 0.72% -
HSV(B) 313.55º 0.29% 0.84% -
XYZ 49.39 40.92 59.94 -
YUV 176.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 214 152 200 0 0.29 0.07 0.16 313.55 0.43 0.72
Hex D6 98 C8 0 1D 7 10 13A 2B 48
Octal 326 230 310 0 35 7 20 472 53 110
Binary 11010110 10011000 11001000 0 11101 111 10000 100111010 101011 1001000

Color Harmonies of #D698C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698C8

Black with #D698C8

Text Example


Text Example

White with #D698C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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