Html Css Color HEX #CBB4CA Lilac

📋 copy color: '#CBB4CA'

red 203 ◦ green 180 ◦ blue 202

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

Shades of Lilac #CBB4CA

Tints of Lilac #CBB4CA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.77%

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

R = 34.7%
G = 30.77%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBB4CA (or 0xCBB4CA) is known color: Lilac. HEX triplet: CB, B4 and CA. RGB value is (203,180,202). Sum of RGB (Red+Green+Blue) = 203+180+202=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4CA is #344B35. Grayscale: #BDBDBD. Windows color (decimal): -3427126 or 13284555. OLE color: 13284555.

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

Color convert

RGB 203 180 202 -
CMYK 0 0.11 0.00 0.20
HSL 302.61º 0.18% 0.75% -
HSV(B) 302.61º 0.11% 0.8% -
XYZ 51.61 49.6 62.73 -
YUV 189.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 203 180 202 0 0.11 0.00 0.20 302.61 0.18 0.75
Hex CB B4 CA 0 B 0 14 12F 12 4B
Octal 313 264 312 0 13 0 24 457 22 113
Binary 11001011 10110100 11001010 0 1011 0 10100 100101111 10010 1001011

Color Harmonies of #CBB4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB4CA

Black with #CBB4CA

Text Example


Text Example

White with #CBB4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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