#CAB8FD

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

Shades of Lavender Blue #CAB8FD

Tints of Lavender Blue #CAB8FD

Color information

#CAB8FD (or 0xCAB8FD) is unknown color: approx Lavender Blue. HEX triplet: CA, B8 and FD. RGB value is (202,184,253). Sum of RGB (Red+Green+Blue) = 202+184+253=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAB8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8FD is #354702. Grayscale: #C4C4C4. Windows color (decimal): -3491587 or 16627914. OLE color: 16627914.

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

Color convert

RGB202184253-
CMYK0.200.2700.01
HSL255.65º94.52%85.69%-
HSV(B)255.65º27.27%99.22%-
XYZ59.2353.93100.22-
YUV197.25159.46131.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 184 (72.27% from 255) = 28.79%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=31.61%
G=28.79%
B=39.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021842530.200.2700.01255.6594.5285.69
HexCAB8FD141B011005f56
Octal312270375243301400137126
Binary11001010101110001111110110100110110110000000010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8FD; }

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

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

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

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

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

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

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

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