#CACBF6

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

Shades of Lavender Blue #CACBF6

Tints of Lavender Blue #CACBF6

Color information

#CACBF6 (or 0xCACBF6) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and F6. RGB value is (202,203,246). Sum of RGB (Red+Green+Blue) = 202+203+246=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #CACBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBF6 is #353409. Grayscale: #CFCFCF. Windows color (decimal): -3486730 or 16174026. OLE color: 16174026.

HSL color Cylindrical-coordinate representation of color #CACBF6: hue angle of 238.64º degrees, saturation: 0.71, 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 #CACBF6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202203246-
CMYK0.180.1700.04
HSL238.64º70.97%87.84%-
HSV(B)238.64º17.89%96.47%-
XYZ62.3561.9295.85-
YUV207.6149.67124-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 246 (96.48% from 255) = 37.79%
R=31.03%
G=31.18%
B=37.79%

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
Decimal2022032460.180.1700.04238.6470.9787.84
HexCACBF6121104ef4758
Octal312313366222104357107130
Binary110010101100101111110110100101000101001110111110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBF6; }

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

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

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

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

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

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

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

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