Html Css Color HEX #D699CD Lilac

📋 copy color: '#D699CD'

red 214 ◦ green 153 ◦ blue 205

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

Shades of Lilac #D699CD

Tints of Lilac #D699CD

RGB

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

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

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

R = 37.41%
G = 26.75%
B = 35.84%

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

#D699CD (or 0xD699CD) is known color: Lilac. HEX triplet: D6, 99 and CD. RGB value is (214,153,205). Sum of RGB (Red+Green+Blue) = 214+153+205=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D699CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699CD is #296632. Grayscale: #B1B1B1. Windows color (decimal): -2713139 or 13474262. OLE color: 13474262.

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

Color convert

RGB 214 153 205 -
CMYK 0 0.29 0.04 0.16
HSL 308.85º 0.43% 0.72% -
HSV(B) 308.85º 0.29% 0.84% -
XYZ 50.14 41.49 63.12 -
YUV 177.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 214 153 205 0 0.29 0.04 0.16 308.85 0.43 0.72
Hex D6 99 CD 0 1D 4 10 135 2B 48
Octal 326 231 315 0 35 4 20 465 53 110
Binary 11010110 10011001 11001101 0 11101 100 10000 100110101 101011 1001000

Color Harmonies of #D699CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699CD

Black with #D699CD

Text Example


Text Example

White with #D699CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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