Html Css Color HEX #CBB1CA Lilac

📋 copy color: '#CBB1CA'

red 203 ◦ green 177 ◦ blue 202

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

Shades of Lilac #CBB1CA

Tints of Lilac #CBB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.41%

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 34.88%
G = 30.41%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBB1CA (or 0xCBB1CA) is known color: Lilac. HEX triplet: CB, B1 and CA. RGB value is (203,177,202). Sum of RGB (Red+Green+Blue) = 203+177+202=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1CA is #344E35. Grayscale: #BBBBBB. Windows color (decimal): -3427894 or 13283787. OLE color: 13283787.

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

Color convert

RGB 203 177 202 -
CMYK 0 0.13 0.00 0.20
HSL 302.31º 0.2% 0.75% -
HSV(B) 302.31º 0.13% 0.8% -
XYZ 51.01 48.41 62.53 -
YUV 187.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 203 177 202 0 0.13 0.00 0.20 302.31 0.2 0.75
Hex CB B1 CA 0 D 0 14 12E 14 4B
Octal 313 261 312 0 15 0 24 456 24 113
Binary 11001011 10110001 11001010 0 1101 0 10100 100101110 10100 1001011

Color Harmonies of #CBB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1CA

Black with #CBB1CA

Text Example


Text Example

White with #CBB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1CA; }

 p { color: rgb(203,177,202); }

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

background-color css

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

 a { background-color: rgb(203,177,202); }

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

border-color css

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

 span { border-color: rgb(203,177,202); }

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