Html Css Color HEX #CBAFC8 Lilac

📋 copy color: '#CBAFC8'

red 203 ◦ green 175 ◦ blue 200

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

Shades of Lilac #CBAFC8

Tints of Lilac #CBAFC8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.28%

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

R = 35.12%
G = 30.28%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBAFC8 (or 0xCBAFC8) is known color: Lilac. HEX triplet: CB, AF and C8. RGB value is (203,175,200). Sum of RGB (Red+Green+Blue) = 203+175+200=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC8 is #345037. Grayscale: #BABABA. Windows color (decimal): -3428408 or 13152203. OLE color: 13152203.

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

Color convert

RGB 203 175 200 -
CMYK 0 0.14 0.01 0.20
HSL 306.43º 0.21% 0.74% -
HSV(B) 306.43º 0.14% 0.8% -
XYZ 50.38 47.53 61.16 -
YUV 186.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 203 175 200 0 0.14 0.01 0.20 306.43 0.21 0.74
Hex CB AF C8 0 E 1 14 132 15 4A
Octal 313 257 310 0 16 1 24 462 25 112
Binary 11001011 10101111 11001000 0 1110 1 10100 100110010 10101 1001010

Color Harmonies of #CBAFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFC8

Black with #CBAFC8

Text Example


Text Example

White with #CBAFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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