#CACBFE

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

Shades of Lavender Blue #CACBFE

Tints of Lavender Blue #CACBFE

Color information

#CACBFE (or 0xCACBFE) is unknown color: approx Lavender Blue. HEX triplet: CA, CB and FE. RGB value is (202,203,254). Sum of RGB (Red+Green+Blue) = 202+203+254=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBFE is #353401. Grayscale: #D0D0D0. Windows color (decimal): -3486722 or 16698314. OLE color: 16698314.

HSL color Cylindrical-coordinate representation of color #CACBFE: hue angle of 238.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACBFE is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202203254-
CMYK0.200.2000.00
HSL238.85º96.3%89.41%-
HSV(B)238.85º20.47%99.61%-
XYZ63.662.42102.46-
YUV208.51153.67123.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=30.65%
G=30.80%
B=38.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022032540.200.2000.00238.8596.389.41
HexCACBFE141400ef6059
Octal312313376242400357140131
Binary1100101011001011111111101010010100001110111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBFE; }

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

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

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

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

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

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

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

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