#CACFF6

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

Shades of Lavender Blue #CACFF6

Tints of Lavender Blue #CACFF6

Color information

#CACFF6 (or 0xCACFF6) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and F6. RGB value is (202,207,246). Sum of RGB (Red+Green+Blue) = 202+207+246=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #CACFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF6 is #353009. Grayscale: #D1D1D1. Windows color (decimal): -3485706 or 16175050. OLE color: 16175050.

HSL color Cylindrical-coordinate representation of color #CACFF6: hue angle of 233.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACFF6 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202207246-
CMYK0.180.1600.04
HSL233.18º70.97%87.84%-
HSV(B)233.18º17.89%96.47%-
XYZ63.363.8496.17-
YUV209.95148.34122.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=30.84%
G=31.60%
B=37.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022072460.180.1600.04233.1870.9787.84
HexCACFF6121004e94758
Octal312317366222004351107130
Binary110010101100111111110110100101000001001110100110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFF6; }

 p { color: rgb(202,207,246); }

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

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

 a { background-color: rgb(202,207,246); }

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

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

 span { border-color: rgb(202,207,246); }

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