Html Css Color HEX #D0AFCB Lilac

📋 copy color: '#D0AFCB'

red 208 ◦ green 175 ◦ blue 203

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

Shades of Lilac #D0AFCB

Tints of Lilac #D0AFCB

RGB

 RED value IS 208 (81.64% from 255) = 35.49%

 GREEN value IS 175 (68.75% from 255) = 29.86%

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

R = 35.49%
G = 29.86%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0AFCB (or 0xD0AFCB) is known color: Lilac. HEX triplet: D0, AF and CB. RGB value is (208,175,203). Sum of RGB (Red+Green+Blue) = 208+175+203=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFCB is #2F5034. Grayscale: #BBBBBB. Windows color (decimal): -3100725 or 13348816. OLE color: 13348816.

HSL color Cylindrical-coordinate representation of color #D0AFCB: hue angle of 309.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AFCB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 203 -
CMYK 0 0.16 0.02 0.18
HSL 309.09º 0.26% 0.75% -
HSV(B) 309.09º 0.16% 0.82% -
XYZ 52.12 48.38 63.09 -
YUV 188.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 208 175 203 0 0.16 0.02 0.18 309.09 0.26 0.75
Hex D0 AF CB 0 10 2 12 135 1A 4B
Octal 320 257 313 0 20 2 22 465 32 113
Binary 11010000 10101111 11001011 0 10000 10 10010 100110101 11010 1001011

Color Harmonies of #D0AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFCB

Black with #D0AFCB

Text Example


Text Example

White with #D0AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFCB; }

 p { color: rgb(208,175,203); }

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

background-color css

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

 a { background-color: rgb(208,175,203); }

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

border-color css

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

 span { border-color: rgb(208,175,203); }

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