Html Css Color HEX #D699CA Lilac

📋 copy color: '#D699CA'

red 214 ◦ green 153 ◦ blue 202

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

Shades of Lilac #D699CA

Tints of Lilac #D699CA

RGB

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

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

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

R = 37.61%
G = 26.89%
B = 35.5%

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

#D699CA (or 0xD699CA) is known color: Lilac. HEX triplet: D6, 99 and CA. RGB value is (214,153,202). Sum of RGB (Red+Green+Blue) = 214+153+202=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D699CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699CA is #296635. Grayscale: #B0B0B0. Windows color (decimal): -2713142 or 13277654. OLE color: 13277654.

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

Color convert

RGB 214 153 202 -
CMYK 0 0.29 0.06 0.16
HSL 311.8º 0.43% 0.72% -
HSV(B) 311.8º 0.29% 0.84% -
XYZ 49.78 41.34 61.23 -
YUV 176.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 214 153 202 0 0.29 0.06 0.16 311.8 0.43 0.72
Hex D6 99 CA 0 1D 6 10 138 2B 48
Octal 326 231 312 0 35 6 20 470 53 110
Binary 11010110 10011001 11001010 0 11101 110 10000 100111000 101011 1001000

Color Harmonies of #D699CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699CA

Black with #D699CA

Text Example


Text Example

White with #D699CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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