Html Css Color HEX #D698CA Lilac

📋 copy color: '#D698CA'

red 214 ◦ green 152 ◦ blue 202

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

Shades of Lilac #D698CA

Tints of Lilac #D698CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.56%

R = 37.68%
G = 26.76%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D698CA (or 0xD698CA) is known color: Lilac. HEX triplet: D6, 98 and CA. RGB value is (214,152,202). Sum of RGB (Red+Green+Blue) = 214+152+202=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CA is #296735. Grayscale: #B0B0B0. Windows color (decimal): -2713398 or 13277398. OLE color: 13277398.

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

Color convert

RGB 214 152 202 -
CMYK 0 0.29 0.06 0.16
HSL 311.61º 0.43% 0.72% -
HSV(B) 311.61º 0.29% 0.84% -
XYZ 49.62 41.02 61.18 -
YUV 176.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 214 152 202 0 0.29 0.06 0.16 311.61 0.43 0.72
Hex D6 98 CA 0 1D 6 10 138 2B 48
Octal 326 230 312 0 35 6 20 470 53 110
Binary 11010110 10011000 11001010 0 11101 110 10000 100111000 101011 1001000

Color Harmonies of #D698CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698CA

Black with #D698CA

Text Example


Text Example

White with #D698CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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