Html Css Color HEX #CBADCC Lilac

📋 copy color: '#CBADCC'

red 203 ◦ green 173 ◦ blue 204

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

Shades of Lilac #CBADCC

Tints of Lilac #CBADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 35%
G = 29.83%
B = 35.17%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBADCC (or 0xCBADCC) is known color: Lilac. HEX triplet: CB, AD and CC. RGB value is (203,173,204). Sum of RGB (Red+Green+Blue) = 203+173+204=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADCC is #345233. Grayscale: #B9B9B9. Windows color (decimal): -3428916 or 13413835. OLE color: 13413835.

HSL color Cylindrical-coordinate representation of color #CBADCC: hue angle of 298.06º degrees, saturation: 0.23, 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 #CBADCC is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 173 204 -
CMYK 0.00 0.15 0 0.2
HSL 298.06º 0.23% 0.74% -
HSV(B) 298.06º 0.15% 0.8% -
XYZ 50.47 46.94 63.53 -
YUV 185.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 203 173 204 0.00 0.15 0 0.2 298.06 0.23 0.74
Hex CB AD CC 0 F 0 14 12A 17 4A
Octal 313 255 314 0 17 0 24 452 27 112
Binary 11001011 10101101 11001100 0 1111 0 10100 100101010 10111 1001010

Color Harmonies of #CBADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADCC

Black with #CBADCC

Text Example


Text Example

White with #CBADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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