Html Css Color HEX #CBADC8 Lilac

📋 copy color: '#CBADC8'

red 203 ◦ green 173 ◦ blue 200

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

Shades of Lilac #CBADC8

Tints of Lilac #CBADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 35.24%
G = 30.03%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBADC8 (or 0xCBADC8) is known color: Lilac. HEX triplet: CB, AD and C8. RGB value is (203,173,200). Sum of RGB (Red+Green+Blue) = 203+173+200=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC8 is #345237. Grayscale: #B8B8B8. Windows color (decimal): -3428920 or 13151691. OLE color: 13151691.

HSL color Cylindrical-coordinate representation of color #CBADC8: hue angle of 306º 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 #CBADC8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 173 200 -
CMYK 0 0.15 0.01 0.20
HSL 306º 0.22% 0.74% -
HSV(B) 306º 0.15% 0.8% -
XYZ 50 46.75 61.03 -
YUV 185.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 203 173 200 0 0.15 0.01 0.20 306 0.22 0.74
Hex CB AD C8 0 F 1 14 132 16 4A
Octal 313 255 310 0 17 1 24 462 26 112
Binary 11001011 10101101 11001000 0 1111 1 10100 100110010 10110 1001010

Color Harmonies of #CBADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADC8

Black with #CBADC8

Text Example


Text Example

White with #CBADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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