Html Css Color HEX #D69BC9 Lilac

📋 copy color: '#D69BC9'

red 214 ◦ green 155 ◦ blue 201

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

Shades of Lilac #D69BC9

Tints of Lilac #D69BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.19%

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 37.54%
G = 27.19%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D69BC9 (or 0xD69BC9) is known color: Lilac. HEX triplet: D6, 9B and C9. RGB value is (214,155,201). Sum of RGB (Red+Green+Blue) = 214+155+201=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BC9 is #296436. Grayscale: #B1B1B1. Windows color (decimal): -2712631 or 13212630. OLE color: 13212630.

HSL color Cylindrical-coordinate representation of color #D69BC9: hue angle of 313.22º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BC9 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 155 201 -
CMYK 0 0.28 0.06 0.16
HSL 313.22º 0.42% 0.72% -
HSV(B) 313.22º 0.28% 0.84% -
XYZ 50 41.96 60.72 -
YUV 177.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 214 155 201 0 0.28 0.06 0.16 313.22 0.42 0.72
Hex D6 9B C9 0 1C 6 10 139 2A 48
Octal 326 233 311 0 34 6 20 471 52 110
Binary 11010110 10011011 11001001 0 11100 110 10000 100111001 101010 1001000

Color Harmonies of #D69BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BC9

Black with #D69BC9

Text Example


Text Example

White with #D69BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BC9; }

 p { color: rgb(214,155,201); }

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

background-color css

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

 a { background-color: rgb(214,155,201); }

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

border-color css

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

 span { border-color: rgb(214,155,201); }

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