#CACBFF

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

Shades of Lavender Blue #CACBFF

Tints of Lavender Blue #CACBFF

Color information

#CACBFF (or 0xCACBFF) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and FF. RGB value is (202,203,255). Sum of RGB (Red+Green+Blue) = 202+203+255=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBFF is #353400. Grayscale: #D0D0D0. Windows color (decimal): -3486721 or 16763850. OLE color: 16763850.

HSL color Cylindrical-coordinate representation of color #CACBFF: hue angle of 238.87º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACBFF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202203255-
CMYK0.210.2000
HSL238.87º100%89.61%-
HSV(B)238.87º20.78%100%-
XYZ63.7662.49103.31-
YUV208.63154.17123.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 255 (100% from 255) = 38.64%
R=30.61%
G=30.76%
B=38.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022032550.210.2000238.8710089.61
HexCACBFF151400ef645a
Octal312313377252400357144132
Binary1100101011001011111111111010110100001110111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBFF; }

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

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

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

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

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

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

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

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