#CACFFB

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

Shades of Lavender Blue #CACFFB

Tints of Lavender Blue #CACFFB

Color information

#CACFFB (or 0xCACFFB) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and FB. RGB value is (202,207,251). Sum of RGB (Red+Green+Blue) = 202+207+251=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #CACFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFB is #353004. Grayscale: #D2D2D2. Windows color (decimal): -3485701 or 16502730. OLE color: 16502730.

HSL color Cylindrical-coordinate representation of color #CACFFB: hue angle of 233.88º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACFFB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202207251-
CMYK0.200.1800.02
HSL233.88º85.96%88.82%-
HSV(B)233.88º19.52%98.43%-
XYZ64.0864.15100.27-
YUV210.52150.84121.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=30.61%
G=31.36%
B=38.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022072510.200.1800.02233.8885.9688.82
HexCACFFB141202ea5659
Octal312317373242202352126131
Binary11001010110011111111101110100100100101110101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFFB; }

 p { color: rgb(202,207,251); }

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

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

 a { background-color: rgb(202,207,251); }

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

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

 span { border-color: rgb(202,207,251); }

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