#CACBF5

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

Shades of Lavender Blue #CACBF5

Tints of Lavender Blue #CACBF5

Color information

#CACBF5 (or 0xCACBF5) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and F5. RGB value is (202,203,245). Sum of RGB (Red+Green+Blue) = 202+203+245=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBF5 is #35340A. Grayscale: #CFCFCF. Windows color (decimal): -3486731 or 16108490. OLE color: 16108490.

HSL color Cylindrical-coordinate representation of color #CACBF5: hue angle of 238.6º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACBF5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202203245-
CMYK0.180.1700.04
HSL238.6º68.25%87.65%-
HSV(B)238.6º17.55%96.08%-
XYZ62.1961.8695.05-
YUV207.49149.17124.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=31.08%
G=31.23%
B=37.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022032450.180.1700.04238.668.2587.65
HexCACBF5121104ef4458
Octal312313365222104357104130
Binary110010101100101111110101100101000101001110111110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBF5; }

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

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

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

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

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

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

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

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