Html Css Color HEX #CBABD0 Lilac

📋 copy color: '#CBABD0'

red 203 ◦ green 171 ◦ blue 208

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

Shades of Lilac #CBABD0

Tints of Lilac #CBABD0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.38%

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 34.88%
G = 29.38%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBABD0 (or 0xCBABD0) is known color: Lilac. HEX triplet: CB, AB and D0. RGB value is (203,171,208). Sum of RGB (Red+Green+Blue) = 203+171+208=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD0 is #34542F. Grayscale: #B8B8B8. Windows color (decimal): -3429424 or 13675467. OLE color: 13675467.

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

Color convert

RGB 203 171 208 -
CMYK 0.02 0.18 0 0.18
HSL 291.89º 0.28% 0.74% -
HSV(B) 291.89º 0.18% 0.82% -
XYZ 50.58 46.38 65.96 -
YUV 184.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 203 171 208 0.02 0.18 0 0.18 291.89 0.28 0.74
Hex CB AB D0 2 12 0 12 124 1C 4A
Octal 313 253 320 2 22 0 22 444 34 112
Binary 11001011 10101011 11010000 10 10010 0 10010 100100100 11100 1001010

Color Harmonies of #CBABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABD0

Black with #CBABD0

Text Example


Text Example

White with #CBABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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