#CACEFE

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

Shades of Lavender Blue #CACEFE

Tints of Lavender Blue #CACEFE

Color information

#CACEFE (or 0xCACEFE) is unknown color: approx Lavender Blue. HEX triplet: CA, CE and FE. RGB value is (202,206,254). Sum of RGB (Red+Green+Blue) = 202+206+254=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #CACEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEFE is #353101. Grayscale: #D2D2D2. Windows color (decimal): -3485954 or 16699082. OLE color: 16699082.

HSL color Cylindrical-coordinate representation of color #CACEFE: hue angle of 235.38º 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 #CACEFE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202206254-
CMYK0.200.1900.00
HSL235.38º96.3%89.41%-
HSV(B)235.38º20.47%99.61%-
XYZ64.3263.85102.7-
YUV210.28152.67122.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=30.51%
G=31.12%
B=38.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022062540.200.1900.00235.3896.389.41
HexCACEFE141300eb6059
Octal312316376242300353140131
Binary1100101011001110111111101010010011001110101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEFE; }

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

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

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

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

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

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

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

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