#CACAFE

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

Shades of Lavender Blue #CACAFE

Tints of Lavender Blue #CACAFE

Color information

#CACAFE (or 0xCACAFE) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and FE. RGB value is (202,202,254). Sum of RGB (Red+Green+Blue) = 202+202+254=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFE is #353501. Grayscale: #CFCFCF. Windows color (decimal): -3486978 or 16698058. OLE color: 16698058.

HSL color Cylindrical-coordinate representation of color #CACAFE: hue angle of 240º 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 #CACAFE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202202254-
CMYK0.200.2000.00
HSL240º96.3%89.41%-
HSV(B)240º20.47%99.61%-
XYZ63.3761.95102.38-
YUV207.93154123.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=30.70%
G=30.70%
B=38.60%

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
Decimal2022022540.200.2000.0024096.389.41
HexCACAFE141400f06059
Octal312312376242400360140131
Binary1100101011001010111111101010010100001111000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAFE; }

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

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

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

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

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

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

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

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