#CABEF6

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

Shades of Lavender Blue #CABEF6

Tints of Lavender Blue #CABEF6

Color information

#CABEF6 (or 0xCABEF6) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and F6. RGB value is (202,190,246). Sum of RGB (Red+Green+Blue) = 202+190+246=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #CABEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF6 is #354109. Grayscale: #C7C7C7. Windows color (decimal): -3490058 or 16170698. OLE color: 16170698.

HSL color Cylindrical-coordinate representation of color #CABEF6: hue angle of 252.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABEF6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202190246-
CMYK0.180.2300.04
HSL252.86º75.68%85.49%-
HSV(B)252.86º22.76%96.47%-
XYZ59.4156.0494.87-
YUV199.97153.98129.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 246 (96.48% from 255) = 38.56%
R=31.66%
G=29.78%
B=38.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021902460.180.2300.04252.8675.6885.49
HexCABEF6121704fd4c55
Octal312276366222704375114125
Binary110010101011111011110110100101011101001111110110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEF6; }

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

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

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

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

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

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

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

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