#CACBEE

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

Shades of Lavender Blue #CACBEE

Tints of Lavender Blue #CACBEE

Color information

#CACBEE (or 0xCACBEE) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and EE. RGB value is (202,203,238). Sum of RGB (Red+Green+Blue) = 202+203+238=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #CACBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBEE is #353411. Grayscale: #CECECE. Windows color (decimal): -3486738 or 15649738. OLE color: 15649738.

HSL color Cylindrical-coordinate representation of color #CACBEE: hue angle of 238.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACBEE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202203238-
CMYK0.150.1500.07
HSL238.33º51.43%86.27%-
HSV(B)238.33º15.13%93.33%-
XYZ61.1561.4489.53-
YUV206.69145.67124.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=31.42%
G=31.57%
B=37.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022032380.150.1500.07238.3351.4386.27
HexCACBEEFF07ee3356
Octal31231335617170735663126
Binary110010101100101111101110111111110111111011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBEE; }

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

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

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

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

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

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

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

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