Html Css Color HEX #D696CB Lilac

📋 copy color: '#D696CB'

red 214 ◦ green 150 ◦ blue 203

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

Shades of Lilac #D696CB

Tints of Lilac #D696CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.46%

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

R = 37.74%
G = 26.46%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D696CB (or 0xD696CB) is known color: Lilac. HEX triplet: D6, 96 and CB. RGB value is (214,150,203). Sum of RGB (Red+Green+Blue) = 214+150+203=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D696CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696CB is #296934. Grayscale: #AFAFAF. Windows color (decimal): -2713909 or 13342422. OLE color: 13342422.

HSL color Cylindrical-coordinate representation of color #D696CB: hue angle of 310.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696CB is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 203 -
CMYK 0 0.30 0.05 0.16
HSL 310.31º 0.44% 0.71% -
HSV(B) 310.31º 0.3% 0.84% -
XYZ 49.42 40.42 61.7 -
YUV 175.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 214 150 203 0 0.30 0.05 0.16 310.31 0.44 0.71
Hex D6 96 CB 0 1E 5 10 136 2C 47
Octal 326 226 313 0 36 5 20 466 54 107
Binary 11010110 10010110 11001011 0 11110 101 10000 100110110 101100 1000111

Color Harmonies of #D696CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696CB

Black with #D696CB

Text Example


Text Example

White with #D696CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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