Html Css Color HEX #CBAFCD Lilac

📋 copy color: '#CBAFCD'

red 203 ◦ green 175 ◦ blue 205

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

Shades of Lilac #CBAFCD

Tints of Lilac #CBAFCD

RGB

 RED value IS 203 (79.69% from 255) = 34.82%

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

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 34.82%
G = 30.02%
B = 35.16%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBAFCD (or 0xCBAFCD) is known color: Lilac. HEX triplet: CB, AF and CD. RGB value is (203,175,205). Sum of RGB (Red+Green+Blue) = 203+175+205=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFCD is #345032. Grayscale: #BABABA. Windows color (decimal): -3428403 or 13479883. OLE color: 13479883.

HSL color Cylindrical-coordinate representation of color #CBAFCD: hue angle of 296º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBAFCD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 175 205 -
CMYK 0.01 0.15 0 0.20
HSL 296º 0.23% 0.75% -
HSV(B) 296º 0.15% 0.8% -
XYZ 50.98 47.76 64.29 -
YUV 186.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 203 175 205 0.01 0.15 0 0.20 296 0.23 0.75
Hex CB AF CD 1 F 0 14 128 17 4B
Octal 313 257 315 1 17 0 24 450 27 113
Binary 11001011 10101111 11001101 1 1111 0 10100 100101000 10111 1001011

Color Harmonies of #CBAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFCD

Black with #CBAFCD

Text Example


Text Example

White with #CBAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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