#CACCF1

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

Shades of Lavender Blue #CACCF1

Tints of Lavender Blue #CACCF1

Color information

#CACCF1 (or 0xCACCF1) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and F1. RGB value is (202,204,241). Sum of RGB (Red+Green+Blue) = 202+204+241=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #CACCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCF1 is #35330E. Grayscale: #CFCFCF. Windows color (decimal): -3486479 or 15846602. OLE color: 15846602.

HSL color Cylindrical-coordinate representation of color #CACCF1: hue angle of 236.92º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACCF1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202204241-
CMYK0.160.1500.05
HSL236.92º58.21%86.86%-
HSV(B)236.92º16.18%94.51%-
XYZ61.8362.0991.95-
YUV207.62146.84123.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=31.22%
G=31.53%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022042410.160.1500.05236.9258.2186.86
HexCACCF110F05ed3a57
Octal31231436120170535572127
Binary1100101011001100111100011000011110101111011011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCF1; }

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

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

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

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

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

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

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

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