#CACAFF

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

Shades of Lavender Blue #CACAFF

Tints of Lavender Blue #CACAFF

Color information

#CACAFF (or 0xCACAFF) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and FF. RGB value is (202,202,255). Sum of RGB (Red+Green+Blue) = 202+202+255=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFF is #353500. Grayscale: #CFCFCF. Windows color (decimal): -3486977 or 16763594. OLE color: 16763594.

HSL color Cylindrical-coordinate representation of color #CACAFF: hue angle of 240º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACAFF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202202255-
CMYK0.210.2100
HSL240º100%89.61%-
HSV(B)240º20.78%100%-
XYZ63.5362.02103.23-
YUV208.04154.5123.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 255 (100% from 255) = 38.69%
R=30.65%
G=30.65%
B=38.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022022550.210.210024010089.61
HexCACAFF151500f0645a
Octal312312377252500360144132
Binary1100101011001010111111111010110101001111000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAFF; }

 p { color: rgb(202,202,255); }

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

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

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

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

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

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

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