#CABFFE

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

Shades of Lavender Blue #CABFFE

Tints of Lavender Blue #CABFFE

Color information

#CABFFE (or 0xCABFFE) is unknown color: approx Lavender Blue. HEX triplet: CA, BF and FE. RGB value is (202,191,254). Sum of RGB (Red+Green+Blue) = 202+191+254=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #CABFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFFE is #354001. Grayscale: #C9C9C9. Windows color (decimal): -3489794 or 16695242. OLE color: 16695242.

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

Color convert

RGB202191254-
CMYK0.200.2500.00
HSL250.48º96.92%87.25%-
HSV(B)250.48º24.8%99.61%-
XYZ60.8856.97101.55-
YUV201.47157.64128.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=31.22%
G=29.52%
B=39.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021912540.200.2500.00250.4896.9287.25
HexCABFFE141900fa6157
Octal312277376243100372141127
Binary1100101010111111111111101010011001001111101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFFE; }

 p { color: rgb(202,191,254); }

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

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

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

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

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

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

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