Html Css Color HEX #CAAFCB Lilac

📋 copy color: '#CAAFCB'

red 202 ◦ green 175 ◦ blue 203

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

Shades of Lilac #CAAFCB

Tints of Lilac #CAAFCB

RGB

 RED value IS 202 (79.3% from 255) = 34.83%

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

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

R = 34.83%
G = 30.17%
B = 35%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAAFCB (or 0xCAAFCB) is known color: Lilac. HEX triplet: CA, AF and CB. RGB value is (202,175,203). Sum of RGB (Red+Green+Blue) = 202+175+203=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFCB is #355034. Grayscale: #BABABA. Windows color (decimal): -3493941 or 13348810. OLE color: 13348810.

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

Color convert

RGB 202 175 203 -
CMYK 0.00 0.14 0 0.20
HSL 297.86º 0.21% 0.74% -
HSV(B) 297.86º 0.14% 0.8% -
XYZ 50.47 47.53 63.01 -
YUV 186.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 202 175 203 0.00 0.14 0 0.20 297.86 0.21 0.74
Hex CA AF CB 0 E 0 14 12A 15 4A
Octal 312 257 313 0 16 0 24 452 25 112
Binary 11001010 10101111 11001011 0 1110 0 10100 100101010 10101 1001010

Color Harmonies of #CAAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFCB

Black with #CAAFCB

Text Example


Text Example

White with #CAAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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