#CAC4EF

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

Shades of Lavender Blue #CAC4EF

Tints of Lavender Blue #CAC4EF

Color information

#CAC4EF (or 0xCAC4EF) is unknown color: approx Lavender Blue. HEX triplet: CA, C4 and EF. RGB value is (202,196,239). Sum of RGB (Red+Green+Blue) = 202+196+239=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4EF is #353B10. Grayscale: #CACACA. Windows color (decimal): -3488529 or 15713482. OLE color: 15713482.

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

Color convert

RGB202196239-
CMYK0.150.1800.06
HSL248.37º57.33%85.29%-
HSV(B)248.37º17.99%93.73%-
XYZ59.6858.2789.76-
YUV202.7148.49127.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=31.71%
G=30.77%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021962390.150.1800.06248.3757.3385.29
HexCAC4EFF1206f83955
Octal31230435717220637071125
Binary1100101011000100111011111111100100110111110001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4EF; }

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

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

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

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

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

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

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

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