Html Css Color HEX #D69BC7 Lilac

📋 copy color: '#D69BC7'

red 214 ◦ green 155 ◦ blue 199

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

Shades of Lilac #D69BC7

Tints of Lilac #D69BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.04%

R = 37.68%
G = 27.29%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D69BC7 (or 0xD69BC7) is known color: Lilac. HEX triplet: D6, 9B and C7. RGB value is (214,155,199). Sum of RGB (Red+Green+Blue) = 214+155+199=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BC7 is #296438. Grayscale: #B1B1B1. Windows color (decimal): -2712633 or 13081558. OLE color: 13081558.

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

Color convert

RGB 214 155 199 -
CMYK 0 0.28 0.07 0.16
HSL 315.25º 0.42% 0.72% -
HSV(B) 315.25º 0.28% 0.84% -
XYZ 49.76 41.86 59.49 -
YUV 177.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 214 155 199 0 0.28 0.07 0.16 315.25 0.42 0.72
Hex D6 9B C7 0 1C 7 10 13B 2A 48
Octal 326 233 307 0 34 7 20 473 52 110
Binary 11010110 10011011 11000111 0 11100 111 10000 100111011 101010 1001000

Color Harmonies of #D69BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BC7

Black with #D69BC7

Text Example


Text Example

White with #D69BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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