Html Css Color HEX #D698C5 Lilac

📋 copy color: '#D698C5'

red 214 ◦ green 152 ◦ blue 197

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

Shades of Lilac #D698C5

Tints of Lilac #D698C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 38.01%
G = 27%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D698C5 (or 0xD698C5) is known color: Lilac. HEX triplet: D6, 98 and C5. RGB value is (214,152,197). Sum of RGB (Red+Green+Blue) = 214+152+197=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D698C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698C5 is #29673A. Grayscale: #AFAFAF. Windows color (decimal): -2713403 or 12949718. OLE color: 12949718.

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

Color convert

RGB 214 152 197 -
CMYK 0 0.29 0.08 0.16
HSL 316.45º 0.43% 0.72% -
HSV(B) 316.45º 0.29% 0.84% -
XYZ 49.04 40.78 58.11 -
YUV 175.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 214 152 197 0 0.29 0.08 0.16 316.45 0.43 0.72
Hex D6 98 C5 0 1D 8 10 13C 2B 48
Octal 326 230 305 0 35 10 20 474 53 110
Binary 11010110 10011000 11000101 0 11101 1000 10000 100111100 101011 1001000

Color Harmonies of #D698C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698C5

Black with #D698C5

Text Example


Text Example

White with #D698C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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