#CAC5FE

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

Shades of Lavender Blue #CAC5FE

Tints of Lavender Blue #CAC5FE

Color information

#CAC5FE (or 0xCAC5FE) is unknown color: approx Lavender Blue. HEX triplet: CA, C5 and FE. RGB value is (202,197,254). Sum of RGB (Red+Green+Blue) = 202+197+254=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FE is #353A01. Grayscale: #CCCCCC. Windows color (decimal): -3488258 or 16696778. OLE color: 16696778.

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

Color convert

RGB202197254-
CMYK0.200.2200.00
HSL245.26º96.61%88.43%-
HSV(B)245.26º22.44%99.61%-
XYZ62.2159.64102-
YUV204.99155.66125.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=30.93%
G=30.17%
B=38.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021972540.200.2200.00245.2696.6188.43
HexCAC5FE141600f56158
Octal312305376242600365141130
Binary1100101011000101111111101010010110001111010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5FE; }

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

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

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

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

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

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

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

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