#CACBF3

Color #CACBF3 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CACBF3

Tints of Lavender Blue #CACBF3

Color information

#CACBF3 (or 0xCACBF3) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and F3. RGB value is (202,203,243). Sum of RGB (Red+Green+Blue) = 202+203+243=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #CACBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBF3 is #35340C. Grayscale: #CFCFCF. Windows color (decimal): -3486733 or 15977418. OLE color: 15977418.

HSL color Cylindrical-coordinate representation of color #CACBF3: hue angle of 238.54º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACBF3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202203243-
CMYK0.170.1600.05
HSL238.54º63.08%87.25%-
HSV(B)238.54º16.87%95.29%-
XYZ61.8961.7493.45-
YUV207.26148.17124.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=31.17%
G=31.33%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022032430.170.1600.05238.5463.0887.25
HexCACBF3111005ef3f57
Octal31231336321200535777127
Binary11001010110010111111001110001100000101111011111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBF3; }

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

 H1.HeaderClassName
 {
   color: #CACBF3;
 }
 .AnyTagClassName
 {
   color: #CACBF3;
 }
</style>
background-color css

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

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

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

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

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

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