#CACAFD

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

Shades of Lavender Blue #CACAFD

Tints of Lavender Blue #CACAFD

Color information

#CACAFD (or 0xCACAFD) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and FD. RGB value is (202,202,253). Sum of RGB (Red+Green+Blue) = 202+202+253=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #CACAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFD is #353502. Grayscale: #CFCFCF. Windows color (decimal): -3486979 or 16632522. OLE color: 16632522.

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

Color convert

RGB202202253-
CMYK0.200.2000.01
HSL240º92.73%89.22%-
HSV(B)240º20.16%99.22%-
XYZ63.2161.89101.54-
YUV207.81153.5123.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=30.75%
G=30.75%
B=38.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022022530.200.2000.0124092.7389.22
HexCACAFD141401f05d59
Octal312312375242401360135131
Binary1100101011001010111111011010010100011111000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAFD; }

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

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

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

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

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

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

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

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