#CACCFB

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

Shades of Lavender Blue #CACCFB

Tints of Lavender Blue #CACCFB

Color information

#CACCFB (or 0xCACCFB) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and FB. RGB value is (202,204,251). Sum of RGB (Red+Green+Blue) = 202+204+251=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #CACCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCFB is #353304. Grayscale: #D0D0D0. Windows color (decimal): -3486469 or 16501962. OLE color: 16501962.

HSL color Cylindrical-coordinate representation of color #CACCFB: hue angle of 237.55º 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 #CACCFB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202204251-
CMYK0.200.1900.02
HSL237.55º85.96%88.82%-
HSV(B)237.55º19.52%98.43%-
XYZ63.3662.71100.03-
YUV208.76151.84123.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=30.75%
G=31.05%
B=38.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022042510.200.1900.02237.5585.9688.82
HexCACCFB141302ee5659
Octal312314373242302356126131
Binary11001010110011001111101110100100110101110111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCFB; }

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

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

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

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

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

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

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

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