#CACCF0

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

Shades of Lavender Blue #CACCF0

Tints of Lavender Blue #CACCF0

Color information

#CACCF0 (or 0xCACCF0) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and F0. RGB value is (202,204,240). Sum of RGB (Red+Green+Blue) = 202+204+240=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #CACCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCF0 is #35330F. Grayscale: #CFCFCF. Windows color (decimal): -3486480 or 15781066. OLE color: 15781066.

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

Color convert

RGB202204240-
CMYK0.160.1500.06
HSL236.84º55.88%86.67%-
HSV(B)236.84º15.83%94.12%-
XYZ61.6862.0391.16-
YUV207.51146.34124.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=31.27%
G=31.58%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022042400.160.1500.06236.8455.8886.67
HexCACCF010F06ed3857
Octal31231436020170635570127
Binary1100101011001100111100001000011110110111011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCF0; }

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

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

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

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

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

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

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

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