Html Css Color HEX #CBAFC7 Lilac

📋 copy color: '#CBAFC7'

red 203 ◦ green 175 ◦ blue 199

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

Shades of Lilac #CBAFC7

Tints of Lilac #CBAFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.49%

R = 35.18%
G = 30.33%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CBAFC7 (or 0xCBAFC7) is known color: Lilac. HEX triplet: CB, AF and C7. RGB value is (203,175,199). Sum of RGB (Red+Green+Blue) = 203+175+199=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC7 is #345038. Grayscale: #BABABA. Windows color (decimal): -3428409 or 13086667. OLE color: 13086667.

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

Color convert

RGB 203 175 199 -
CMYK 0 0.14 0.02 0.20
HSL 308.57º 0.21% 0.74% -
HSV(B) 308.57º 0.14% 0.8% -
XYZ 50.27 47.48 60.55 -
YUV 186.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 203 175 199 0 0.14 0.02 0.20 308.57 0.21 0.74
Hex CB AF C7 0 E 2 14 135 15 4A
Octal 313 257 307 0 16 2 24 465 25 112
Binary 11001011 10101111 11000111 0 1110 10 10100 100110101 10101 1001010

Color Harmonies of #CBAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFC7

Black with #CBAFC7

Text Example


Text Example

White with #CBAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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