Html Css Color HEX #D69DCB Lilac

📋 copy color: '#D69DCB'

red 214 ◦ green 157 ◦ blue 203

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

Shades of Lilac #D69DCB

Tints of Lilac #D69DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 37.28%
G = 27.35%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D69DCB (or 0xD69DCB) is known color: Lilac. HEX triplet: D6, 9D and CB. RGB value is (214,157,203). Sum of RGB (Red+Green+Blue) = 214+157+203=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DCB is #296234. Grayscale: #B3B3B3. Windows color (decimal): -2712117 or 13344214. OLE color: 13344214.

HSL color Cylindrical-coordinate representation of color #D69DCB: hue angle of 311.58º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DCB is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 203 -
CMYK 0 0.27 0.05 0.16
HSL 311.58º 0.41% 0.73% -
HSV(B) 311.58º 0.27% 0.84% -
XYZ 50.57 42.72 62.08 -
YUV 179.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 214 157 203 0 0.27 0.05 0.16 311.58 0.41 0.73
Hex D6 9D CB 0 1B 5 10 138 29 49
Octal 326 235 313 0 33 5 20 470 51 111
Binary 11010110 10011101 11001011 0 11011 101 10000 100111000 101001 1001001

Color Harmonies of #D69DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DCB

Black with #D69DCB

Text Example


Text Example

White with #D69DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DCB; }

 p { color: rgb(214,157,203); }

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

background-color css

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

 a { background-color: rgb(214,157,203); }

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

border-color css

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

 span { border-color: rgb(214,157,203); }

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