Html Css Color HEX #CBADCA Lilac

📋 copy color: '#CBADCA'

red 203 ◦ green 173 ◦ blue 202

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

Shades of Lilac #CBADCA

Tints of Lilac #CBADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.93%

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

R = 35.12%
G = 29.93%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBADCA (or 0xCBADCA) is known color: Lilac. HEX triplet: CB, AD and CA. RGB value is (203,173,202). Sum of RGB (Red+Green+Blue) = 203+173+202=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADCA is #345235. Grayscale: #B9B9B9. Windows color (decimal): -3428918 or 13282763. OLE color: 13282763.

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

Color convert

RGB 203 173 202 -
CMYK 0 0.15 0.00 0.20
HSL 302º 0.22% 0.74% -
HSV(B) 302º 0.15% 0.8% -
XYZ 50.23 46.85 62.27 -
YUV 185.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 203 173 202 0 0.15 0.00 0.20 302 0.22 0.74
Hex CB AD CA 0 F 0 14 12E 16 4A
Octal 313 255 312 0 17 0 24 456 26 112
Binary 11001011 10101101 11001010 0 1111 0 10100 100101110 10110 1001010

Color Harmonies of #CBADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADCA

Black with #CBADCA

Text Example


Text Example

White with #CBADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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