#CACBF2

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

Shades of Lavender Blue #CACBF2

Tints of Lavender Blue #CACBF2

Color information

#CACBF2 (or 0xCACBF2) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and F2. RGB value is (202,203,242). Sum of RGB (Red+Green+Blue) = 202+203+242=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #CACBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBF2 is #35340D. Grayscale: #CECECE. Windows color (decimal): -3486734 or 15911882. OLE color: 15911882.

HSL color Cylindrical-coordinate representation of color #CACBF2: hue angle of 238.5º degrees, saturation: 0.61, 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 #CACBF2 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202203242-
CMYK0.170.1600.05
HSL238.5º60.61%87.06%-
HSV(B)238.5º16.53%94.9%-
XYZ61.7461.6892.66-
YUV207.15147.67124.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 242 (94.92% from 255) = 37.40%
R=31.22%
G=31.38%
B=37.40%

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
Decimal2022032420.170.1600.05238.560.6187.06
HexCACBF2111005ee3d57
Octal31231336221200535675127
Binary11001010110010111111001010001100000101111011101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBF2; }

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

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

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

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

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

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

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

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