#CABEFA

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

Shades of Lavender Blue #CABEFA

Tints of Lavender Blue #CABEFA

Color information

#CABEFA (or 0xCABEFA) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and FA. RGB value is (202,190,250). Sum of RGB (Red+Green+Blue) = 202+190+250=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #CABEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEFA is #354105. Grayscale: #C8C8C8. Windows color (decimal): -3490054 or 16432842. OLE color: 16432842.

HSL color Cylindrical-coordinate representation of color #CABEFA: hue angle of 252º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABEFA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202190250-
CMYK0.190.2400.02
HSL252º85.71%86.27%-
HSV(B)252º24%98.04%-
XYZ60.0356.2998.14-
YUV200.43155.98129.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=31.46%
G=29.60%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021902500.190.2400.0225285.7186.27
HexCABEFA131802fc5656
Octal312276372233002374126126
Binary11001010101111101111101010011110000101111110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEFA; }

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

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

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

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

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

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

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

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