#CABCF8

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

Shades of Lavender Blue #CABCF8

Tints of Lavender Blue #CABCF8

Color information

#CABCF8 (or 0xCABCF8) is unknown color: approx Lavender Blue. HEX triplet: CA, BC and F8. RGB value is (202,188,248). Sum of RGB (Red+Green+Blue) = 202+188+248=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #CABCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCF8 is #354307. Grayscale: #C6C6C6. Windows color (decimal): -3490568 or 16301258. OLE color: 16301258.

HSL color Cylindrical-coordinate representation of color #CABCF8: hue angle of 254º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABCF8 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202188248-
CMYK0.190.2400.03
HSL254º81.08%85.49%-
HSV(B)254º24.19%97.25%-
XYZ59.2855.396.36-
YUV199.03155.64130.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 248 (97.27% from 255) = 38.87%
R=31.66%
G=29.47%
B=38.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021882480.190.2400.0325481.0885.49
HexCABCF8131803fe5155
Octal312274370233003376121125
Binary11001010101111001111100010011110000111111111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCF8; }

 p { color: rgb(202,188,248); }

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

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

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

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

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

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

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