#CACEEF

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

Shades of Lavender Blue #CACEEF

Tints of Lavender Blue #CACEEF

Color information

#CACEEF (or 0xCACEEF) is unknown color: approx Lavender Blue. HEX triplet: CA, CE and EF. RGB value is (202,206,239). Sum of RGB (Red+Green+Blue) = 202+206+239=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEF is #353110. Grayscale: #D0D0D0. Windows color (decimal): -3485969 or 15716042. OLE color: 15716042.

HSL color Cylindrical-coordinate representation of color #CACEEF: hue angle of 233.51º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACEEF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202206239-
CMYK0.150.1400.06
HSL233.51º53.62%86.47%-
HSV(B)233.51º15.48%93.73%-
XYZ62.0162.9390.54-
YUV208.57145.17123.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=31.22%
G=31.84%
B=36.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022062390.150.1400.06233.5153.6286.47
HexCACEEFFE06ea3656
Octal31231635717160635266126
Binary110010101100111011101111111111100110111010101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEEF; }

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

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

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

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

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

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

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

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