#CABEFE

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

Shades of Lavender Blue #CABEFE

Tints of Lavender Blue #CABEFE

Color information

#CABEFE (or 0xCABEFE) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and FE. RGB value is (202,190,254). Sum of RGB (Red+Green+Blue) = 202+190+254=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #CABEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEFE is #354101. Grayscale: #C8C8C8. Windows color (decimal): -3490050 or 16694986. OLE color: 16694986.

HSL color Cylindrical-coordinate representation of color #CABEFE: hue angle of 251.25º 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 #CABEFE is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202190254-
CMYK0.200.2500.00
HSL251.25º96.97%87.06%-
HSV(B)251.25º25.2%99.61%-
XYZ60.6656.54101.48-
YUV200.88157.98128.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=31.27%
G=29.41%
B=39.32%

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
Decimal2021902540.200.2500.00251.2596.9787.06
HexCABEFE141900fb6157
Octal312276376243100373141127
Binary1100101010111110111111101010011001001111101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEFE; }

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

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

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

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

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

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

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

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