#CACCFE

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

Shades of Lavender Blue #CACCFE

Tints of Lavender Blue #CACCFE

Color information

#CACCFE (or 0xCACCFE) is unknown color: approx Lavender Blue. HEX triplet: CA, CC and FE. RGB value is (202,204,254). Sum of RGB (Red+Green+Blue) = 202+204+254=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCFE is #353301. Grayscale: #D0D0D0. Windows color (decimal): -3486466 or 16698570. OLE color: 16698570.

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

Color convert

RGB202204254-
CMYK0.200.2000.00
HSL237.69º96.3%89.41%-
HSV(B)237.69º20.47%99.61%-
XYZ63.8462.9102.54-
YUV209.1153.34122.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=30.61%
G=30.91%
B=38.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022042540.200.2000.00237.6996.389.41
HexCACCFE141400ee6059
Octal312314376242400356140131
Binary1100101011001100111111101010010100001110111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCFE; }

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

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

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

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

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

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

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

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