Html Css Color HEX #D698CD Lilac

📋 copy color: '#D698CD'

red 214 ◦ green 152 ◦ blue 205

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

Shades of Lilac #D698CD

Tints of Lilac #D698CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.9%

R = 37.48%
G = 26.62%
B = 35.9%

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

#D698CD (or 0xD698CD) is known color: Lilac. HEX triplet: D6, 98 and CD. RGB value is (214,152,205). Sum of RGB (Red+Green+Blue) = 214+152+205=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CD is #296732. Grayscale: #B0B0B0. Windows color (decimal): -2713395 or 13474006. OLE color: 13474006.

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

Color convert

RGB 214 152 205 -
CMYK 0 0.29 0.04 0.16
HSL 308.71º 0.43% 0.72% -
HSV(B) 308.71º 0.29% 0.84% -
XYZ 49.98 41.16 63.07 -
YUV 176.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 214 152 205 0 0.29 0.04 0.16 308.71 0.43 0.72
Hex D6 98 CD 0 1D 4 10 135 2B 48
Octal 326 230 315 0 35 4 20 465 53 110
Binary 11010110 10011000 11001101 0 11101 100 10000 100110101 101011 1001000

Color Harmonies of #D698CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698CD

Black with #D698CD

Text Example


Text Example

White with #D698CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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