#CACEFF

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

Shades of Lavender Blue #CACEFF

Tints of Lavender Blue #CACEFF

Color information

#CACEFF (or 0xCACEFF) is unknown color: approx Lavender Blue. HEX triplet: CA, CE and FF. RGB value is (202,206,255). Sum of RGB (Red+Green+Blue) = 202+206+255=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEFF is #353100. Grayscale: #D2D2D2. Windows color (decimal): -3485953 or 16764618. OLE color: 16764618.

HSL color Cylindrical-coordinate representation of color #CACEFF: hue angle of 235.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACEFF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202206255-
CMYK0.210.1900
HSL235.47º100%89.61%-
HSV(B)235.47º20.78%100%-
XYZ64.4863.92103.55-
YUV210.39153.17122.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 255 (100% from 255) = 38.46%
R=30.47%
G=31.07%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022062550.210.1900235.4710089.61
HexCACEFF151300eb645a
Octal312316377252300353144132
Binary1100101011001110111111111010110011001110101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEFF; }

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

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

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

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

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

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

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

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