#CACBEB

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

Shades of Lavender Blue #CACBEB

Tints of Lavender Blue #CACBEB

Color information

#CACBEB (or 0xCACBEB) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and EB. RGB value is (202,203,235). Sum of RGB (Red+Green+Blue) = 202+203+235=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #CACBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBEB is #353414. Grayscale: #CECECE. Windows color (decimal): -3486741 or 15453130. OLE color: 15453130.

HSL color Cylindrical-coordinate representation of color #CACBEB: hue angle of 238.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACBEB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202203235-
CMYK0.140.1400.08
HSL238.18º45.21%85.69%-
HSV(B)238.18º14.04%92.16%-
XYZ60.7161.2787.22-
YUV206.35144.17124.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=31.56%
G=31.72%
B=36.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022032350.140.1400.08238.1845.2185.69
HexCACBEBEE08ee2d56
Octal312313353161601035655126
Binary1100101011001011111010111110111001000111011101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBEB; }

 p { color: rgb(202,203,235); }

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

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

 a { background-color: rgb(202,203,235); }

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

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

 span { border-color: rgb(202,203,235); }

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