#CACAFA

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

Shades of Lavender Blue #CACAFA

Tints of Lavender Blue #CACAFA

Color information

#CACAFA (or 0xCACAFA) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and FA. RGB value is (202,202,250). Sum of RGB (Red+Green+Blue) = 202+202+250=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CACAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFA is #353505. Grayscale: #CFCFCF. Windows color (decimal): -3486982 or 16435914. OLE color: 16435914.

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

Color convert

RGB202202250-
CMYK0.190.1900.02
HSL240º82.76%88.63%-
HSV(B)240º19.2%98.04%-
XYZ62.7361.799.05-
YUV207.47152124.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=30.89%
G=30.89%
B=38.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022022500.190.1900.0224082.7688.63
HexCACAFA131302f05359
Octal312312372232302360123131
Binary11001010110010101111101010011100110101111000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAFA; }

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

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

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

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

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

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

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

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