Html Css Color HEX #CAC1FA Lavender Blue

📋 copy color: '#CAC1FA'

red 202 ◦ green 193 ◦ blue 250

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

Shades of Lavender Blue #CAC1FA

Tints of Lavender Blue #CAC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.92%

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 31.32%
G = 29.92%
B = 38.76%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAC1FA (or 0xCAC1FA) is known color: Lavender Blue. HEX triplet: CA, C1 and FA. RGB value is (202,193,250). Sum of RGB (Red+Green+Blue) = 202+193+250=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1FA is #353E05. Grayscale: #C9C9C9. Windows color (decimal): -3489286 or 16433610. OLE color: 16433610.

HSL color Cylindrical-coordinate representation of color #CAC1FA: hue angle of 249.47º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC1FA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 193 250 -
CMYK 0.19 0.23 0 0.02
HSL 249.47º 0.85% 0.87% -
HSV(B) 249.47º 0.23% 0.98% -
XYZ 60.68 57.6 98.36 -
YUV 202.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 202 193 250 0.19 0.23 0 0.02 249.47 0.85 0.87
Hex CA C1 FA 13 17 0 2 F9 55 57
Octal 312 301 372 23 27 0 2 371 125 127
Binary 11001010 11000001 11111010 10011 10111 0 10 11111001 1010101 1010111

Color Harmonies of #CAC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1FA

Black with #CAC1FA

Text Example


Text Example

White with #CAC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1FA; }

 p { color: rgb(202,193,250); }

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

background-color css

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

 a { background-color: rgb(202,193,250); }

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

border-color css

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

 span { border-color: rgb(202,193,250); }

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