Html Css Color HEX #D697CB Lilac

📋 copy color: '#D697CB'

red 214 ◦ green 151 ◦ blue 203

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

Shades of Lilac #D697CB

Tints of Lilac #D697CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.58%

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

R = 37.68%
G = 26.58%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D697CB (or 0xD697CB) is known color: Lilac. HEX triplet: D6, 97 and CB. RGB value is (214,151,203). Sum of RGB (Red+Green+Blue) = 214+151+203=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D697CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697CB is #296834. Grayscale: #AFAFAF. Windows color (decimal): -2713653 or 13342678. OLE color: 13342678.

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

Color convert

RGB 214 151 203 -
CMYK 0 0.29 0.05 0.16
HSL 310.48º 0.43% 0.72% -
HSV(B) 310.48º 0.29% 0.84% -
XYZ 49.58 40.74 61.75 -
YUV 175.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 214 151 203 0 0.29 0.05 0.16 310.48 0.43 0.72
Hex D6 97 CB 0 1D 5 10 136 2B 48
Octal 326 227 313 0 35 5 20 466 53 110
Binary 11010110 10010111 11001011 0 11101 101 10000 100110110 101011 1001000

Color Harmonies of #D697CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697CB

Black with #D697CB

Text Example


Text Example

White with #D697CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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