#CABEFD

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

Shades of Lavender Blue #CABEFD

Tints of Lavender Blue #CABEFD

Color information

#CABEFD (or 0xCABEFD) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and FD. RGB value is (202,190,253). Sum of RGB (Red+Green+Blue) = 202+190+253=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #CABEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEFD is #354102. Grayscale: #C8C8C8. Windows color (decimal): -3490051 or 16629450. OLE color: 16629450.

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

Color convert

RGB202190253-
CMYK0.200.2500.01
HSL251.43º94.03%86.86%-
HSV(B)251.43º24.9%99.22%-
XYZ60.556.48100.64-
YUV200.77157.48128.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=31.32%
G=29.46%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021902530.200.2500.01251.4394.0386.86
HexCABEFD141901fb5e57
Octal312276375243101373136127
Binary1100101010111110111111011010011001011111101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEFD; }

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

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

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

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

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

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

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

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