#CACCFC

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

Shades of Lavender Blue #CACCFC

Tints of Lavender Blue #CACCFC

Color information

#CACCFC (or 0xCACCFC) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and FC. RGB value is (202,204,252). Sum of RGB (Red+Green+Blue) = 202+204+252=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCFC is #353303. Grayscale: #D0D0D0. Windows color (decimal): -3486468 or 16567498. OLE color: 16567498.

HSL color Cylindrical-coordinate representation of color #CACCFC: hue angle of 237.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACCFC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202204252-
CMYK0.200.1900.01
HSL237.6º89.29%89.02%-
HSV(B)237.6º19.84%98.82%-
XYZ63.5262.77100.86-
YUV208.87152.34123.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 252 (98.83% from 255) = 38.30%
R=30.70%
G=31.00%
B=38.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022042520.200.1900.01237.689.2989.02
HexCACCFC141301ee5959
Octal312314374242301356131131
Binary1100101011001100111111001010010011011110111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCFC; }

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

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

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

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

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

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

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

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