Html Css Color HEX #D699CB Lilac

📋 copy color: '#D699CB'

red 214 ◦ green 153 ◦ blue 203

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

Shades of Lilac #D699CB

Tints of Lilac #D699CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.84%

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

R = 37.54%
G = 26.84%
B = 35.61%

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

#D699CB (or 0xD699CB) is known color: Lilac. HEX triplet: D6, 99 and CB. RGB value is (214,153,203). Sum of RGB (Red+Green+Blue) = 214+153+203=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D699CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699CB is #296634. Grayscale: #B0B0B0. Windows color (decimal): -2713141 or 13343190. OLE color: 13343190.

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

Color convert

RGB 214 153 203 -
CMYK 0 0.29 0.05 0.16
HSL 310.82º 0.43% 0.72% -
HSV(B) 310.82º 0.29% 0.84% -
XYZ 49.9 41.39 61.86 -
YUV 176.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 214 153 203 0 0.29 0.05 0.16 310.82 0.43 0.72
Hex D6 99 CB 0 1D 5 10 137 2B 48
Octal 326 231 313 0 35 5 20 467 53 110
Binary 11010110 10011001 11001011 0 11101 101 10000 100110111 101011 1001000

Color Harmonies of #D699CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699CB

Black with #D699CB

Text Example


Text Example

White with #D699CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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