Html Css Color HEX #CBAECA Lilac

📋 copy color: '#CBAECA'

red 203 ◦ green 174 ◦ blue 202

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

Shades of Lilac #CBAECA

Tints of Lilac #CBAECA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

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

R = 35.06%
G = 30.05%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBAECA (or 0xCBAECA) is known color: Lilac. HEX triplet: CB, AE and CA. RGB value is (203,174,202). Sum of RGB (Red+Green+Blue) = 203+174+202=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAECA is #345135. Grayscale: #B9B9B9. Windows color (decimal): -3428662 or 13283019. OLE color: 13283019.

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

Color convert

RGB 203 174 202 -
CMYK 0 0.14 0.00 0.20
HSL 302.07º 0.22% 0.74% -
HSV(B) 302.07º 0.14% 0.8% -
XYZ 50.43 47.23 62.34 -
YUV 185.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 203 174 202 0 0.14 0.00 0.20 302.07 0.22 0.74
Hex CB AE CA 0 E 0 14 12E 16 4A
Octal 313 256 312 0 16 0 24 456 26 112
Binary 11001011 10101110 11001010 0 1110 0 10100 100101110 10110 1001010

Color Harmonies of #CBAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAECA

Black with #CBAECA

Text Example


Text Example

White with #CBAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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