#CABEFF

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

Shades of Lavender Blue #CABEFF

Tints of Lavender Blue #CABEFF

Color information

#CABEFF (or 0xCABEFF) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and FF. RGB value is (202,190,255). Sum of RGB (Red+Green+Blue) = 202+190+255=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEFF is #354100. Grayscale: #C8C8C8. Windows color (decimal): -3490049 or 16760522. OLE color: 16760522.

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

Color convert

RGB202190255-
CMYK0.210.2500
HSL251.08º100%87.25%-
HSV(B)251.08º25.49%100%-
XYZ60.8256.6102.33-
YUV201158.48128.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 39.41%
R=31.22%
G=29.37%
B=39.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021902550.210.2500251.0810087.25
HexCABEFF151900fb6457
Octal312276377253100373144127
Binary1100101010111110111111111010111001001111101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEFF; }

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

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

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

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

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

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

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

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